Skip to content

Commit fab0fa7

Browse files
committed
Set pipefail when submitting
1 parent 13ea54b commit fab0fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- name: Submit build ${{ env.is_dry }}
9090
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
9191
run: |
92+
set -o pipefail
9293
pdm run chipflow silicon submit --wait $DRY | cat
9394
env:
9495
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}

0 commit comments

Comments
 (0)