action #1

Merged
Persson-dev merged 6 commits from action into master 2024-12-11 14:15:55 +00:00
Showing only changes of commit 824a8eaa7b - Show all commits

View File

@@ -19,7 +19,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4
- name: Build with Gradle
run: gradle build
run: ./gradlew build
- name: Test
run: gradle test
run: ./gradlew test