Skip to content

Commit 7581ffc

Browse files
committed
Add workflow for testing submit with chipflow examples
1 parent 965d3c6 commit 7581ffc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,8 @@ 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_API_ENDPOINT: 'https://build-staging.chipflow.org/build/submit'
77+
CHIPFLOW_API_ORIGIN: 'https://build-staging.chipflow.org'
7878
CHIPFLOW_API_KEY_ID: ${{ secrets.CHIPFLOW_API_KEY_ID }}
7979
CHIPFLOW_API_KEY_SECRET: ${{ secrets.CHIPFLOW_API_KEY_SECRET }}
80-
81-
82-

0 commit comments

Comments
 (0)