Skip to content

Commit 68ec96d

Browse files
committed
Write locks in CI.
1 parent 3c0bba9 commit 68ec96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Gradle
1717
uses: gradle/actions/setup-gradle@v4
1818
- name: ⚙️ Run build
19-
run: ./gradlew build --no-daemon --scan
19+
run: ./gradlew build --no-daemon --scan --write-locks
2020
- name: Publish Test Report
2121
uses: mikepenz/action-junit-report@v4
2222
if: always()

0 commit comments

Comments
 (0)