Skip to content

Commit c354611

Browse files
committed
fix ci action
1 parent fc34bb6 commit c354611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
- uses: gradle/wrapper-validation-action@v3
2222

23-
- uses: gradle/gradle-build-action@v3
23+
- uses: gradle/actions/setup-gradle@v4
2424
with:
2525
gradle-version: ${{ matrix.gradle-version }}
26-
arguments: check --continue
2726

28-
# TODO Add publish on tag support
27+
- run:
28+
./gradlew check --continue

0 commit comments

Comments
 (0)