Skip to content

Commit

Permalink
Change the gradle config for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Feb 12, 2024
1 parent 89a24d7 commit 28afa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runUiTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run Idea
run: |
mkdir -p build/reports
gradle :tests:ui-ij-tests:runIdeForUiTests > build/reports/idea.log &
gradle runIdeForUiTests > build/reports/idea.log &
- name: Wait for Idea started
uses: jtalk/url-health-check-action@v3
with:
Expand Down

0 comments on commit 28afa4b

Please sign in to comment.