Skip to content

Commit ef39080

Browse files
committed
Merge #743: ci: Always run test
edab2af ci: Always run test (Ava Chow) Pull request description: Always run test jobs even if sim-builder fails as some sims should always build and we should run the tests for those. Top commit has no ACKs. Tree-SHA512: c6602f3418037b77e4f79cb534f10cea920a84d58ea7f596c5b950467f9e0d0367bd11c77362824fc4c9a2b4f37db7a4fa2a3c222eaa22154d38e3acbbb39ae6
2 parents fd19fa7 + edab2af commit ef39080

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)