Skip to content

Commit

Permalink
fixing log files on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Nov 15, 2024
1 parent e3636b5 commit 8befebb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # Specify OS for the matrix
java-version: [17] # Specify the Java version

# runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down Expand Up @@ -60,7 +57,7 @@ jobs:

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

- name: Upload Failed test screenshots
uses: actions/[email protected]
Expand Down

0 comments on commit 8befebb

Please sign in to comment.