Skip to content

Commit

Permalink
Change keys
Browse files Browse the repository at this point in the history
  • Loading branch information
asherber committed Aug 14, 2021
1 parent cd878c9 commit 48f4694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: [ push, pull_request, workflow_dispatch ]
jobs:
build_and_test:
Build:
runs-on: windows-2016
steps:
- name: Checkout
Expand All @@ -27,6 +27,6 @@ jobs:
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Unit Tests
name: Unit Test Report
path: '**/*.trx'
reporter: dotnet-trx

0 comments on commit 48f4694

Please sign in to comment.