Skip to content

Commit

Permalink
Write locks in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Oct 7, 2024
1 parent 3c0bba9 commit 68ec96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
- name: ⚙️ Run build
run: ./gradlew build --no-daemon --scan
run: ./gradlew build --no-daemon --scan --write-locks
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: always()
Expand Down

0 comments on commit 68ec96d

Please sign in to comment.