mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-26 04:29:55 +02: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:
|
||||
ocrd-resources
|
||||
- run: make test
|
||||
resource_class: large
|
||||
|
||||
|
||||
workflows:
|
||||
|
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -3,7 +3,10 @@
|
|||
|
||||
name: CLI Tests
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue