Skip to content

Commit 9db43a0

Browse files
authored
VPLAY-12402 utests test step not failing on Github actions on failure (#866)
Reason for change: To fix GH action not failing on a real L1 failure Risks: Low Priority: P1 Signed-off-by: ryadav698 <[email protected]>
1 parent 0420ddb commit 9db43a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/L1-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Run unit tests
2323
working-directory: ./test/utests
2424
run: |
25+
set -o pipefail
2526
./run.sh 2>&1 | tee utest_run.log
2627
2728
# Generate pretty test run output
@@ -62,6 +63,7 @@ jobs:
6263
- name: Run Middleware L1 unit tests
6364
working-directory: ./middleware/test/utests
6465
run: |
66+
set -o pipefail
6567
./run.sh 2>&1 | tee utest_run.log
6668
6769
# Publish Middleware test results

0 commit comments

Comments
 (0)