Skip to content

Commit

Permalink
Fix test reporter typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett committed Nov 9, 2023
1 parent 7de4e17 commit 89cb0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/upload-artifact@v3
if: success() || failure() # run this step even if previous step failed
with:
name: tests-results-windows-x64
name: test-results-windows-x64
path: "**/results-x64.trx"
- name: Test Report x86
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 89cb0a9

Please sign in to comment.