mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 21:59:52 +02:00
🚧 github: Add a test job
This commit is contained in:
parent
3dcb89a963
commit
0237e68efc
1 changed files with 18 additions and 0 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
@ -29,3 +29,21 @@ jobs:
|
||||||
with:
|
with:
|
||||||
subimage: ${{ matrix.subimage }}
|
subimage: ${{ matrix.subimage }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
test:
|
||||||
|
needs: build-rest
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
-
|
||||||
|
name: Install wrapper
|
||||||
|
run: |
|
||||||
|
apt-get install python3-pip
|
||||||
|
cd wrapper && pip install .
|
||||||
|
-
|
||||||
|
name: Test
|
||||||
|
run: |
|
||||||
|
ocrd --version
|
||||||
|
ocrd-dinglehopper --version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue