diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d7d2299b..eca2bf10 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -42,4 +42,4 @@ jobs: run: ./gradlew copyModels - name: Build entity-fishing with Gradle working-directory: entity-fishing - run: ./gradlew build -x tests \ No newline at end of file + run: ./gradlew build -x test \ No newline at end of file