Skip to content

Commit

Permalink
Pass -e to script to pass through error code. I thought it is
Browse files Browse the repository at this point in the history
the default.
  • Loading branch information
sobomax committed Feb 27, 2023
1 parent 843086b commit 6ffef19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
sh -x scripts/build/do_build.sh DEFS_EXTRA_OPTS="-DUNIT_TESTS -fPIE -fPIC"
- name: Run tests
run: script unit_tests.log -c 'make DEFS_EXTRA_OPTS="-DUNIT_TESTS" test'
run: script -e unit_tests.log -c 'make DEFS_EXTRA_OPTS="-DUNIT_TESTS" test'

- name: Notify slack fail
if: failure() && github.repository == 'OpenSIPS/opensips'
Expand Down

0 comments on commit 6ffef19

Please sign in to comment.