Skip to content

Commit c13f42e

Browse files
committed
Initialise the fail used in CI
1 parent 64f317f commit c13f42e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc90"
5050
( module load EESSI/2025.06 && module load EasyBuild/5 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2025.06 ) &
5151
pid3=$!
52+
fail=0 # initialise
5253
wait $pid1 || fail=1
5354
wait $pid2 || fail=2
5455
wait $pid3 || fail=3

0 commit comments

Comments
 (0)