GitHub Actions - remove running test task - already covered by check

This commit is contained in:
Jakub Chrzanowski 2020-08-10 17:33:52 +02:00 committed by Jakub Chrzanowski
parent b56e1f6835
commit fd86091fe8

View File

@ -61,10 +61,6 @@ jobs:
- name: Verify Plugin - name: Verify Plugin
run: ./gradlew verifyPlugin 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 # Build plugin with buildPlugin Gradle task and provide the artifact for the next workflow jobs
# Requires test job to be passed # Requires test job to be passed
build: build: