Skip to content

Commit

Permalink
Add pipefail to docker demo (#2261)
Browse files Browse the repository at this point in the history
Add pipefail to expose errors

---------

Co-authored-by: tbro <tbro@users.noreply.github.com>
  • Loading branch information
tbro and tbro authored Nov 7, 2024
1 parent 70f8139 commit dfb2c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,4 +531,5 @@ jobs:
- name: Test docker demo
run: |
just demo &
set -o pipefail
timeout -v 600 scripts/smoke-test-demo | sed -e 's/^/smoke-test: /;'

0 comments on commit dfb2c77

Please sign in to comment.