Skip to content

Commit

Permalink
Enable pipefail option for CI job configure step
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Aug 30, 2024
1 parent a090a2f commit adb4691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Configure ns-3
run: |
set -o pipefail
./waf configure --disable-werror --with-helics=/usr/local --enable-modules=helics --enable-examples --enable-tests | tee gha_waf_configure.log
! grep -Fq "HELICS not enabled" gha_waf_configure.log
Expand Down

0 comments on commit adb4691

Please sign in to comment.