diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32aa9a8..e901e7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,10 +61,6 @@ jobs: - name: Verify Plugin run: ./gradlew verifyPlugin - # Run test Gradle task - - name: Run Tests - run: ./gradlew test - # Build plugin with buildPlugin Gradle task and provide the artifact for the next workflow jobs # Requires test job to be passed build: