Skip to content

Commit

Permalink
Fix the output directory of the test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Jul 12, 2020
1 parent f69eb52 commit 0bccf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: dotnet build -c Release

# Run Unit tests
- run: dotnet test -c Release --no-build --logger trx --output $GITHUB_WORKSPACE/artifacts
- run: dotnet test -c Release --no-build --logger trx --results-directory $GITHUB_WORKSPACE/artifacts
- name: Shellcheck for Bash completion
run: |
cd samples/GettingStarted.SubCommandApp
Expand Down

0 comments on commit 0bccf8b

Please sign in to comment.