We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ea54b commit fab0fa7Copy full SHA for fab0fa7
.github/workflows/test-examples.yml
@@ -89,6 +89,7 @@ jobs:
89
- name: Submit build ${{ env.is_dry }}
90
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
91
run: |
92
+ set -o pipefail
93
pdm run chipflow silicon submit --wait $DRY | cat
94
env:
95
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
0 commit comments