Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples #119

Merged
merged 12 commits into from
Jun 23, 2024
Prev Previous commit
Next Next commit
TEST-0003 Remove fail on error for test reporter
  • Loading branch information
hwinther committed Jun 23, 2024
commit bf0126612a61b41eb36b1750fc0af723d63541d3
1 change: 0 additions & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
@@ -144,7 +144,6 @@ jobs:
name: "WebApi Tests"
path: "tests/backend/WebApi.Tests/TestResults/test-results.trx"
reporter: dotnet-trx
fail-on-error: true

- name: Generate report for all tests
id: reportgenerator
Loading