Skip to content

Commit

Permalink
Fix octopus UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Feb 13, 2024
1 parent 95ef5f5 commit a119ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runUiOctopusTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 a119ea6

Please sign in to comment.