Skip to content

Commit cc52b8e

Browse files
committed
Upload test dir to check for errors
1 parent e07b7c9 commit cc52b8e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

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

1414
strategy:
@@ -94,3 +94,9 @@ jobs:
9494
- name: System Tests
9595
run: dotnet test --filter type=system --verbosity normal
9696
working-directory: test
97+
98+
- uses: actions/upload-artifact@v4
99+
if: ${{ always() }}
100+
with:
101+
name: test-dir
102+
path: test/

0 commit comments

Comments
 (0)