mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
Exclude UI tests from Gradle check task in build workflow.
This commit is contained in:
parent
3593822ae7
commit
a7ce21aa87
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -109,7 +109,7 @@ jobs:
|
||||
|
||||
# Run tests
|
||||
- name: Run Tests
|
||||
run: ./gradlew check
|
||||
run: ./gradlew check -x uiTest
|
||||
|
||||
# Collect Tests Result of failed tests
|
||||
- name: Collect Tests Result
|
||||
|
||||
Loading…
Reference in New Issue
Block a user