Skip to content

Commit

Permalink
Less precise windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Feb 16, 2024
1 parent 5b02f24 commit 2a82af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
additional-gradle-arguments: "--scan"

- uses: actions/upload-artifact@v4
if: ${{ matrix.os }} != "windows-latest" # https://github.com/actions/upload-artifact/issues/337
with:
name: file-diff-test-on-${{ matrix.os }}
path: ${{ steps.dependency-diff.outputs.file-diff }}
Expand Down

0 comments on commit 2a82af5

Please sign in to comment.