Skip to content

Commit

Permalink
Add pipefail to expose false positive
Browse files Browse the repository at this point in the history
temporarily disable  !pull_request filter
  • Loading branch information
tbro committed Nov 6, 2024
1 parent 92db521 commit e0ceea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ jobs:
labels: ${{ steps.dev-rollup.outputs.labels }}

test-demo:
if: ${{ github.event_name != 'pull_request' }}
# if: ${{ github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
needs: [build-dockers]
steps:
Expand Down 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 e0ceea5

Please sign in to comment.