Skip to content

Commit

Permalink
try test reporting action
Browse files Browse the repository at this point in the history
  • Loading branch information
nwestfall committed Mar 14, 2021
1 parent 673feb7 commit b07d3f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore src/BlazorTenant/BlazorTenant.csproj
- name: Test
run: dotnet test --configuration Release
working-directory: test/BlazorTenant.Tests
uses: zyborg/dotnet-tests-report@v1
with:
project_path: test/BlazorTenant.Tests
report_name: blazor_tenant_tests
report_title: Blazor Tenant Tests
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b07d3f9

Please sign in to comment.