Skip to content

Commit f5f0094

Browse files
authored
Merge pull request #14 from EESSI/gpu
Initialise the `fail` used in CI
2 parents 1a07440 + c13f42e commit f5f0094

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)