Merge c49ee06d2b
into 0f972f1cc3
This commit is contained in:
commit
3eaa727238
3 changed files with 3 additions and 0 deletions
1
.github/workflows/ble-test.yml
vendored
1
.github/workflows/ble-test.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
run-tests:
|
||||
needs: collect-tests
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
test: ${{ fromJSON(needs.collect-tests.outputs.test-dirs) }}
|
||||
runs-on: ubuntu-latest
|
||||
|
|
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
image: docker.io/zmkfirmware/zmk-build-arm:3.5
|
||||
needs: compile-matrix
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include: ${{ fromJSON(needs.compile-matrix.outputs.include-list) }}
|
||||
steps:
|
||||
|
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
run-tests:
|
||||
needs: collect-tests
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
test: ${{ fromJSON(needs.collect-tests.outputs.test-dirs) }}
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue