From adb4691ad2737001ac1410c9be3f0ddc50f497d5 Mon Sep 17 00:00:00 2001 From: Mast Date: Fri, 30 Aug 2024 12:50:09 -0700 Subject: [PATCH] Enable pipefail option for CI job configure step --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3fa758..99c87e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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