Skip to content

Commit

Permalink
✒ README-DEV: How to test the GitHub Action builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Aug 17, 2023
1 parent 21c629c commit 479e654
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,21 @@ releases of qurator-spk releases.

Test builds
-----------
XXX Review this
```
GIT_COMMIT=test ./build Dockerfile-core Dockerfile-ocrd_tesserocr
DOCKER_IMAGE_TAG=test ./test-ocrd_tesserocr.sh
```

To test the GitHub Action builds:

```
# by branch
# Note that these only get tagged if *all* the builds succeeded and ran their
# tests successfully
export DOCKER_IMAGE_TAG=master
# by git commit id
# these work even if other processors did not succesfully build (or ran their
# tests successfully)
export DOCKER_IMAGE_TAG=sha-af6da489e24c9ba7828114b546610b0d70116ba4
```

0 comments on commit 479e654

Please sign in to comment.