Skip to content

Commit

Permalink
Merge pull request #42 from snovak7/40-test-results-framework
Browse files Browse the repository at this point in the history
Fix glob pattern for artifact upload
  • Loading branch information
snovak7 authored Dec 8, 2023
2 parents 01d78fe + 369ccdc commit b9d2654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: success() || failure()
with:
name: test-results
path: "**/test-results-*.trx"
path: "**/test-results*.trx"
- name: Pack .NET Solution
run: dotnet pack --configuration Release --no-build --output pack/
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit b9d2654

Please sign in to comment.