mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-18 11:09:53 +02:00
✔ Run test scripts during the build (WIP)
This commit is contained in:
parent
5196516880
commit
e9cce3e689
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -60,11 +60,11 @@ jobs:
|
|||
|
||||
|
||||
test:
|
||||
needs: build-rest
|
||||
needs: [matrix, build-rest]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
subimage: ${{ fromJson(needs.matrix.outputs.core) }}
|
||||
subimage: ${{ fromJson(needs.matrix.outputs.all) }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue