Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Apr 7, 2024
1 parent 01210d4 commit 5d41c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# url: http://127.0.0.1:8082
# reportName: ui-tests-fails-report-linux
- os: macOS-latest
runIde: ./gradlew :ui-tests:runIdeForUiTests
runIde: ./gradlew :ui-tests:runIdeForUiTests &
runTests: ./gradlew :ui-tests:test
url: http://127.0.0.1:8082
reportName: ui-test-fails-report-mac
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
with:
url: ${{ matrix.url }}
max-attempts: 15
retry-delay: 30s
retry-delay: 10s

- name: Run tests
run: ${{ matrix.runTests }}
Expand Down

0 comments on commit 5d41c77

Please sign in to comment.