Skip to content

Commit

Permalink
chore: add ui tests to checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed May 10, 2024
1 parent 98a190f commit 7c17e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
- name: Functional Tests
run: |
./gradlew --quiet --console=plain "clean" ":packages:jetbrains-plugin:cleanTest" ":packages:jetbrains-plugin:test"
./gradlew --quiet --console=plain ":packages:jetbrains-plugin:uiTest"
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
Expand Down

0 comments on commit 7c17e16

Please sign in to comment.