Skip to content

Commit b5a6f33

Browse files
fix: update repo actions
1 parent 6d587e3 commit b5a6f33

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
@@ -19,7 +19,7 @@ jobs:
1919
java-version: '11'
2020

2121
- name: Build and Test
22-
run: ./gradlew clan build
22+
run: ./gradlew clean build
2323

2424
run-integration-tests:
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)