limit ci running tests to 1 thread

otherwise the logs are unreadable
This commit is contained in:
2024-07-01 19:11:03 +02:00
parent 4e747228a9
commit f6339655d0

View File

@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Build and test with Maven
run: cd server && mvn --batch-mode --update-snapshots verify
run: cd server && mvn --batch-mode --update-snapshots verify -Djunit.jupiter.execution.parallel.config.fixed.parallelism=1
- uses: actions/upload-artifact@v4
with: