Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_pollard committed Dec 21, 2023
1 parent e16b541 commit f5405ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup environment
uses: actions/setup-dotnet@v3
Expand All @@ -38,7 +38,7 @@ jobs:
run: dotnet build

- name: Test
run: dotnet test
run: dotnet test -xml test-results.xml

- name: Publish test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f5405ce

Please sign in to comment.