Skip to content

Commit 6bf1c23

Browse files
committed
ci: disable fail-fast, only run tests if there's a CLI TOKEN available
1 parent 28f6c1a commit 6bf1c23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ on:
99
jobs:
1010
test:
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
py: ["3.9", "3.10", "3.11", "3.12", "3.13"]
15+
1416
runs-on: ubuntu-24.04
1517
steps:
1618
- uses: actions/checkout@v4
@@ -24,5 +26,6 @@ jobs:
2426
- name: Run a Wokwi CI server
2527
uses: wokwi/wokwi-ci-server-action@v1
2628
- run: hatch run dev:pytest
29+
if: env.WOKWI_CLI_TOKEN != ''
2730
env:
2831
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}

0 commit comments

Comments
 (0)