Skip to content

Commit

Permalink
Only 1 worker
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov authored Nov 19, 2024
1 parent 3f47a39 commit ae376b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/unit-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
shell: bash
run: |
set -Eeuo pipefail
./gradlew --no-daemon --continue --no-parallel jsTest
./gradlew --no-daemon --continue --no-parallel --max-workers=1 jsTest
- name: Generate test report
uses: mikepenz/action-junit-report@v4
if: always() # Ensure all test reports are collected, even after errors
Expand Down

0 comments on commit ae376b0

Please sign in to comment.