Skip to content

Commit

Permalink
Don't publish in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Sep 19, 2023
1 parent a23e8d3 commit b460846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
- name: Publish with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: -x test publish
arguments: --no-parallel -x test publish

0 comments on commit b460846

Please sign in to comment.