Skip to content

Commit

Permalink
Do not upload windows tests results
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Nov 21, 2022
1 parent 63f9349 commit d758800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
clean verify
- name: Upload Test Results
uses: actions/upload-artifact@v3
if: ${{ matrix.os != 'windows-latest'}} # currently disabled because of https://github.com/actions/upload-artifact/issues/240
with:
name: test-results-${{ matrix.os }}
if-no-files-found: error
Expand Down

0 comments on commit d758800

Please sign in to comment.