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 6e24fb9 commit 506e5a0Copy full SHA for 506e5a0
.github/workflows/main.yaml
@@ -72,10 +72,10 @@ jobs:
72
run: |
73
pdm test
74
pdm run chipflow pin lock
75
- pdm run chipflow silicon submit
+ pdm run chipflow silicon submit --wait
76
env:
77
- # CHIPFLOW_BACKEND_VERSION: b7afdbf
78
- CHIPFLOW_BACKEND_VERSION: 9c68eff
+ CHIPFLOW_BACKEND_VERSION: b7afdbf
+ # CHIPFLOW_BACKEND_VERSION: 9c68eff
79
CHIPFLOW_API_ORIGIN: 'https://build-staging.chipflow.org'
80
CHIPFLOW_API_KEY_ID: ${{ secrets.CHIPFLOW_API_KEY_ID }}
81
CHIPFLOW_API_KEY_SECRET: ${{ secrets.CHIPFLOW_API_KEY_SECRET }}
0 commit comments