Disable parallel gradle in GH actions.

This commit is contained in:
Cody Henthorne
2024-02-28 10:21:13 -05:00
committed by Alex Hart
parent 591d499462
commit 3f89acf9bd
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1
- name: Build with Gradle
run: ./gradlew qa --parallel
run: ./gradlew qa
- name: Archive reports for failed build
if: ${{ failure() }}