We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301b7f4 commit 1924379Copy full SHA for 1924379
.github/workflows/dotnet.yml
@@ -42,6 +42,9 @@ jobs:
42
- name: Test
43
run: |
44
dotnet test --no-build --verbosity normal Tests\bin\${{ matrix.configuration }}\${{ matrix.dotnet }}*\tests.dll
45
+ - name: GUITest
46
+ if: matrix.dotnet == 'net8'
47
+ run: |
48
dotnet test --no-build --verbosity normal GUITests\bin\${{ matrix.configuration }}\${{ matrix.dotnet }}*\GUITests.dll
49
- name: Upload Artifact
50
uses: actions/upload-artifact@v4
0 commit comments