mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-10-30 00:54:14 +01:00
CI: increase memory on VM
This commit is contained in:
parent
1162a1c8c9
commit
e0ba83e993
2 changed files with 5 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ jobs:
|
||||||
paths:
|
paths:
|
||||||
ocrd-resources
|
ocrd-resources
|
||||||
- run: make test
|
- run: make test
|
||||||
|
resource_class: large
|
||||||
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
|
||||||
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -3,7 +3,10 @@
|
||||||
|
|
||||||
name: CLI Tests
|
name: CLI Tests
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue