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 fdba977 commit 6397dc8
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,8 +26,8 @@ jobs:
# url: http://127.0.0.1:8082
# reportName: ui-tests-fails-report-linux
- os: macOS-latest
runIde: ./gradlew :plugin:runIdeForUiTests &
runTests: ./gradlew :ui-tests:test
runIde: ./gradlew :plugin:runIdeForUiTests -Pkotlin.incremental=false --no-daemon &
runTests: ./gradlew :ui-tests:test -Pkotlin.incremental=false --no-daemon
url: http://127.0.0.1:8082
reportName: ui-test-fails-report-mac
# - os: windows-latest
Expand Down

0 comments on commit 6397dc8

Please sign in to comment.