Skip to content

Commit 3ed8af5

Browse files
committed
Set pipefail when submitting
1 parent d534816 commit 3ed8af5

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
@@ -104,6 +104,7 @@ jobs:
104104
- name: Submit build ${{ env.is_dry }}
105105
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
106106
run: |
107+
set -o pipefail
107108
pdm run chipflow silicon submit --wait $DRY | cat
108109
env:
109110
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}

0 commit comments

Comments
 (0)