mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-08 22:29:56 +02:00
⚙ Build: don't fail fast - try to build everything
This commit is contained in:
parent
5cd4ae6714
commit
6e1705d9bb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
||||||
build-core:
|
build-core:
|
||||||
needs: matrix
|
needs: matrix
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
subimage: ${{ fromJson(needs.matrix.outputs.core) }}
|
subimage: ${{ fromJson(needs.matrix.outputs.core) }}
|
||||||
uses: ./.github/workflows/build-subimage.yml
|
uses: ./.github/workflows/build-subimage.yml
|
||||||
|
@ -47,6 +48,7 @@ jobs:
|
||||||
build-rest:
|
build-rest:
|
||||||
needs: [matrix, build-core]
|
needs: [matrix, build-core]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
subimage: ${{ fromJson(needs.matrix.outputs.rest) }}
|
subimage: ${{ fromJson(needs.matrix.outputs.rest) }}
|
||||||
uses: ./.github/workflows/build-subimage.yml
|
uses: ./.github/workflows/build-subimage.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue