Skip to content

Commit

Permalink
Run on Windows without Gradle daemon to fix locking
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Nov 17, 2023
1 parent 98ea609 commit 90067e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
key: gradle-caches-mingw-v0-${{ hashFiles('build.gradle.kts', 'settings.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties', 'libs.versions.toml') }}

- name: Run tests
run: ./gradlew.bat mingwX64Test
run: ./gradlew.bat mingwX64Test --no-daemon

- name: Test Report
uses: mikepenz/action-junit-report@v4
Expand Down

0 comments on commit 90067e2

Please sign in to comment.