Skip to content

Commit

Permalink
Upload test dir to check for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Jan 2, 2025
1 parent e07b7c9 commit cc52b8e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: windows-2025
runs-on: windows-2022
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

strategy:
Expand Down Expand Up @@ -94,3 +94,9 @@ jobs:
- name: System Tests
run: dotnet test --filter type=system --verbosity normal
working-directory: test

- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-dir
path: test/

0 comments on commit cc52b8e

Please sign in to comment.