mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
✔ Run test scripts during the build (WIP)
This commit is contained in:
parent
1b6c2afd53
commit
5196516880
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -61,6 +61,10 @@ jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: build-rest
|
needs: build-rest
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
subimage: ${{ fromJson(needs.matrix.outputs.core) }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper
|
DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper
|
||||||
|
@ -76,8 +80,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
run: |
|
run: |
|
||||||
ocrd --version
|
./test-${{ matrix.subimage }}.sh
|
||||||
ocrd-dinglehopper --version
|
|
||||||
|
|
||||||
|
|
||||||
# At this point, we have successfully built, uploaded and tested the images. We now just need to add
|
# At this point, we have successfully built, uploaded and tested the images. We now just need to add
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue