mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions - remove running test
task - already covered by check
This commit is contained in:
parent
b56e1f6835
commit
fd86091fe8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user