diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0841df3..8cf15cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,9 +32,6 @@ jobs: - name: Build with Gradle run: ./gradlew clean build - - name: Run tests - run: ./gradlew test - - name: Upload build artifact uses: actions/upload-artifact@v4 with: