Skip to content

Commit e25f446

Browse files
committed
issue #284
1 parent c6f3448 commit e25f446

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ on:
1616
jobs:
1717
build:
1818

19-
runs-on: windows-latest
19+
runs-on: ubuntu-latest
2020

2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up JDK 21
2424
uses: actions/setup-java@v4
2525
with:
2626
java-version: '21'
27-
distribution: 'corretto'
27+
distribution: 'temurin'
2828
cache: maven
2929
- name: Build with MavenWrapper
3030
run: ./mvnw -B package

curation-api/src/test/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ curation:
5252
out: >
5353
/tmp/public
5454
max_file_size: 100MB
55-
max_in_queue: 10
55+
max_in_queue: 1
5656
logging:
5757
level:
5858
root: ERROR

0 commit comments

Comments
 (0)