Browse Source

ci: fail s3 tables tests if any command in pipeline fails

pull/8147/head
Chris Lu 3 days ago
parent
commit
24c78d524c
  1. 1
      .github/workflows/s3-tables-tests.yml

1
.github/workflows/s3-tables-tests.yml

@ -36,6 +36,7 @@ jobs:
working-directory: test/s3tables
run: |
set -x
set -o pipefail
echo "=== System Information ==="
uname -a
free -h

Loading…
Cancel
Save