Skip to content

Commit

Permalink
Update self-hosted-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egamberini authored Nov 15, 2024
1 parent 793d151 commit 316b50d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ on:
push:
branches:
- 'self-hosted-test'

jobs:
testing:
strategy:
fail-fast: false
runs-on: self-hosted
container:
image: gitlab-registry.cern.ch/linuxsupport/alma9-base
steps:
- name: Check hostname
run: 'hostname'

- name: Check cvmfs access
run: 'ls /cvmfs/sft.cern.ch'

0 comments on commit 316b50d

Please sign in to comment.