Skip to content

Commit

Permalink
ci: try fix test parallelity issues (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Sep 14, 2023
1 parent d8fa49d commit b819c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: "Gradle: Build"
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
with:
arguments: build ${{ env.GRADLE_ARGS }}
arguments: build ${{ env.GRADLE_ARGS }} org.gradle.parallel=false
- name: "Gradle: Publish (Main & Release Only)"
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/releases/') }}
Expand Down

0 comments on commit b819c8a

Please sign in to comment.