diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index bee9212..1c2d43c 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -12,7 +12,4 @@ jobs: with: java-version: '17' distribution: 'temurin' - - name: Build with Gradle - uses: gradle/gradle-build-action@v2 - with: - arguments: test \ No newline at end of file + - run: ./gradlew test \ No newline at end of file