Skip to content

Commit

Permalink
Create 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 2c43c7b commit 793d151
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches:
- 'self-hosted-test'

jobs:
testing:
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 793d151

Please sign in to comment.