From 24c78d524c01580015b392f64e3c6f415a911698 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 28 Jan 2026 09:37:51 -0800 Subject: [PATCH] ci: fail s3 tables tests if any command in pipeline fails --- .github/workflows/s3-tables-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/s3-tables-tests.yml b/.github/workflows/s3-tables-tests.yml index 06cb56ba2..131d0c2aa 100644 --- a/.github/workflows/s3-tables-tests.yml +++ b/.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