We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5760de8 commit 8b5f445Copy full SHA for 8b5f445
.github/workflows/test.yaml
@@ -25,6 +25,7 @@ jobs:
25
26
- name: Build project
27
run: dotnet build --no-restore
28
-
+
29
- name: Run tests
30
+ continue-on-error: true
31
run: dotnet test --no-build --verbosity normal
0 commit comments