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 8f8c42d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@ 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
with:
name: win32-samples-rc-tests-results
path: 'win32-samples-rc-tests/results.log'

0 comments on commit 8f8c42d

Please sign in to comment.