Skip to content

Commit ec00632

Browse files
authored
Merge pull request #59 from TimWolla/ci-pipefail
Set `set -euo pipefail` in GHA
2 parents 930aa2c + a77da93 commit ec00632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
run: echo "::add-matcher::.github/vtest.json"
7171
- name: Run tests using HAProxy ${{ steps.install-haproxy.outputs.version }}.
7272
run: |
73+
set -euo pipefail
7374
vtest -Dhaproxy_version=${{ steps.install-haproxy.outputs.version }} -k -t 10 test/*.vtc 2>&1 \
7475
|tee >(
7576
awk '

0 commit comments

Comments
 (0)