Skip to content

Commit 1924379

Browse files
committed
wip
1 parent 301b7f4 commit 1924379

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Test
4343
run: |
4444
dotnet test --no-build --verbosity normal Tests\bin\${{ matrix.configuration }}\${{ matrix.dotnet }}*\tests.dll
45+
- name: GUITest
46+
if: matrix.dotnet == 'net8'
47+
run: |
4548
dotnet test --no-build --verbosity normal GUITests\bin\${{ matrix.configuration }}\${{ matrix.dotnet }}*\GUITests.dll
4649
- name: Upload Artifact
4750
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)