Skip to content

Commit 445dbc9

Browse files
committed
ci: Always run test
Always run test jobs even if sim-builder fails as some sims should always build and we should run the tests for those.
1 parent 9fbe6be commit 445dbc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jobs:
203203
test-dist:
204204
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.script.name }}
205205
runs-on: ubuntu-latest
206+
if: ${{ always() }}
206207
needs: [ dist-builder, sim-builder, ledger-app-builder, bitcoind-builder ]
207208

208209
strategy:
@@ -271,6 +272,7 @@ jobs:
271272
test-all:
272273
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.interface }}
273274
runs-on: ubuntu-latest
275+
if: ${{ always() }}
274276
needs: [ sim-builder, ledger-app-builder, bitcoind-builder ]
275277
timeout-minutes: 45
276278

0 commit comments

Comments
 (0)