Skip to content

Commit

Permalink
Fix multiple-platform check by using an el6 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Feb 15, 2024
1 parent e69a0e6 commit 48246e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-cvmfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
pe "expected 0, returned $?"
pt "test checkenv command with a faulty combination"
alienv checkenv "$tag,AliPhysics/vAN-20240214_O2-1" 2>&1 | tee log.txt && :
alienv checkenv "$tag,AliPhysics/vAN-20240214_O2-1" 2>&1 | tee log.txt || :
ec=$?
[ $ec -eq 1 ] || pe "expected 1, returned $ec"
unset ec
Expand All @@ -142,7 +142,7 @@ jobs:
rm -f log.txt
pt "test checkenv command with dependencies from multiple platforms"
alienv checkenv AliGenerators/v20240214-1 ||
alienv checkenv AliGenerators/v20200409-1 ||
pe "expected 0, returned $?"
# "alienv q" takes too long in a GitHub workflow (>45 min).
Expand Down

0 comments on commit 48246e2

Please sign in to comment.