Skip to content

Commit

Permalink
Testing archiving artifacts 4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmbillie committed Jul 8, 2021
1 parent 1c402fc commit 6cf6247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: code-coverage-reports
path: ./test/coverage/*.xml
path: ./test/coverage/**.xml

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

0 comments on commit 6cf6247

Please sign in to comment.