Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Nov 15, 2024
1 parent 5ec7eb8 commit e3636b5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,19 @@ jobs:
run: ./intTests-Xvfb.sh
timeout-minutes: 5

- name: Integration tests - Windows
if: ${{ runner.os == 'Windows' }}
run: ./gradlew integrationTest -x test
timeout-minutes: 5
# - name: Integration tests - Windows
# if: ${{ runner.os == 'Windows' }}
# run: ./gradlew integrationTest -x test
# timeout-minutes: 5

- name: Log files - Linux
if: ${{ runner.os == 'Linux' }}
run: find . -type f -exec echo {} \;

- name: Log files - Linux
if: ${{ runner.os == 'Windows' }}
run: dir /b

- name: Upload Failed test screenshots
uses: actions/[email protected]
if: ${{ failure() }}
Expand Down

0 comments on commit e3636b5

Please sign in to comment.