From fd86091fe86f57f37d1008197997d23b3f93ea70 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 10 Aug 2020 17:33:52 +0200 Subject: [PATCH] GitHub Actions - remove running `test` task - already covered by `check` --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) 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: