Skip to content

Commit cd15370

Browse files
committed
Fix tests not running on non-windows
1 parent f957f29 commit cd15370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: matrix.os == 'windows-latest'
3737
run: dotnet test --configuration Release --no-build Exceptionless.Net.Windows.sln
3838
- name: Run Tests Non-Windows
39-
if: matrix.os == 'windows-latest'
39+
if: matrix.os != 'windows-latest'
4040
run: dotnet test --configuration Release --no-build Exceptionless.Net.NonWindows.sln
4141
- name: Package
4242
if: github.event_name != 'pull_request' && matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)