Skip to content

Commit a77da93

Browse files
authored
Set set -euo pipefail in GHA
1 parent 930aa2c commit a77da93

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)