Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Oct 3, 2024
1 parent b6894a2 commit 84cde6b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ jobs:
strategy:
fail-fast: false
matrix:
STACK: ['/cvmfs/sw.hsf.org/key4hep/setup.sh',
'/cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh']
OS: ['aidasoft/centos7',
'key4hep/key4hep-images/alma9',
'key4hep/key4hep-images/ubuntu22']
STACK: [
'/cvmfs/sw.hsf.org/key4hep/setup.sh -r 2024-03-10',
# '/cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh'
]
OS: [
# 'aidasoft/centos7',
'key4hep/key4hep-images/alma9',
'key4hep/key4hep-images/ubuntu22'
]
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
Expand Down

0 comments on commit 84cde6b

Please sign in to comment.