From e3636b5ec110f5afb9ecf5731f988d7d97a3a24f Mon Sep 17 00:00:00 2001 From: dzmipt Date: Fri, 15 Nov 2024 20:07:55 +0100 Subject: [PATCH] more changes --- .github/workflows/gradle.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index bd508374..5c52f014 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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/upload-artifact@v3.1.2 if: ${{ failure() }}