Skip to content

Commit 506e5a0

Browse files
committed
now with --wait
1 parent 6e24fb9 commit 506e5a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
run: |
7373
pdm test
7474
pdm run chipflow pin lock
75-
pdm run chipflow silicon submit
75+
pdm run chipflow silicon submit --wait
7676
env:
77-
# CHIPFLOW_BACKEND_VERSION: b7afdbf
78-
CHIPFLOW_BACKEND_VERSION: 9c68eff
77+
CHIPFLOW_BACKEND_VERSION: b7afdbf
78+
# CHIPFLOW_BACKEND_VERSION: 9c68eff
7979
CHIPFLOW_API_ORIGIN: 'https://build-staging.chipflow.org'
8080
CHIPFLOW_API_KEY_ID: ${{ secrets.CHIPFLOW_API_KEY_ID }}
8181
CHIPFLOW_API_KEY_SECRET: ${{ secrets.CHIPFLOW_API_KEY_SECRET }}

0 commit comments

Comments
 (0)