maybe
All checks were successful
Linux arm64 / Build (push) Successful in 29s

This commit is contained in:
2024-12-11 15:13:14 +01:00
parent 78c8d99235
commit 824a8eaa7b

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