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 89084ae commit 963f126
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/root_check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: root

on:
push:
branches:
- master
pull_request:
#on:
# push:
# branches:
# - master
# pull_request:

jobs:
tests:
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/ui_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
./gradlew :ui-tests:test
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
url: http://127.0.0.1:8082
reportName: ui-test-fails-report-mac
- os: windows-latest
runIde: start gradlew.bat :plugin:runIdeForUiTests
runTests: ./gradlew :ui-tests:test
url: http://localhost:8082
reportName: ui-test-fails-report-windows
# - os: macOS-latest
# runIde: ./gradlew :plugin:runIdeForUiTests &
# runTests: ./gradlew :ui-tests:test
# url: http://127.0.0.1:8082
# reportName: ui-test-fails-report-mac
# - os: windows-latest
# runIde: start gradlew.bat :plugin:runIdeForUiTests
# runTests: ./gradlew :ui-tests:test
# url: http://localhost:8082
# reportName: ui-test-fails-report-windows

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -102,9 +102,9 @@ jobs:
- name: Run tests
run: ${{ matrix.runTests }}

# - name: Move video
# if: ${{ failure() }}
# run: mv ui-tests/video ui-tests/build/reports
- name: Move video
if: ${{ failure() }}
run: mv ui-tests/video ui-tests/build/reports
#
- name: Copy logs
if: ${{ failure() }}
Expand Down

0 comments on commit 963f126

Please sign in to comment.