Skip to content

Commit

Permalink
ci: upload win32-samples-rc-tests results
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Feb 21, 2024
1 parent 209f154 commit 8b6b9d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
working-directory: ./win32-samples-rc-tests
run: .\test.ps1 -ErrorOnAnyDiscrepancies -ErrorOnAnyLikelyPanics -IncludeWin32WillCompileErrorFiles -ExcludeLLVMRC -ExcludeWindres -ExcludeZigRC

- uses: actions/upload-artifact@v4
if: ${{ matrix.os == 'windows-latest' }} && failure()
with:
name: win32-samples-rc-tests-results
path: 'win32-samples-rc-tests/results.log'

0 comments on commit 8b6b9d0

Please sign in to comment.