Skip to content

Commit 29a63a2

Browse files
build: update gh actions
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
1 parent c4ebf9f commit 29a63a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
java-version: '11'
2828
distribution: 'temurin'
29-
- name: Build with Gradle
29+
- name: Setup Gradle
3030
uses: gradle/actions/setup-gradle@main
31-
with:
32-
arguments: check
31+
- name: Run checks
32+
run: ./gradlew check
3333
env:
3434
ossrhUsername: ${{ secrets.OSSRHPASSWORD }}
3535
ossrhPassword: ${{ secrets.OSSRHUSERNAME }}

0 commit comments

Comments
 (0)