We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e55b5 commit 7c20ce2Copy full SHA for 7c20ce2
1 file changed
.github/workflows/test-examples.yml
@@ -114,11 +114,11 @@ jobs:
114
${{ env.test_repo_path }}/${{ matrix.repo.design }}/rtlil
115
${{ env.test_repo_path }}/${{ matrix.repo.design }}/config
116
117
- - name: Submit build ${{ env.is_dry }}
+ - name: Submit build (Dry - backend submit currently disabled)
118
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
119
run: |
120
set -o pipefail
121
- pdm run chipflow silicon submit --wait $DRY | cat
+ pdm run chipflow silicon submit --wait --dry | cat
122
env:
123
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
124
CHIPFLOW_API_ORIGIN: ${{ inputs.CHIPFLOW_API_ORIGIN }}
0 commit comments