Skip to content

Commit

Permalink
chore: fixed tests extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Aug 1, 2024
1 parent 3a184ea commit e9da0d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: "Download Artifacts"
- name: Download Artifacts
uses: actions/[email protected]
with:
path: "./artifacts"
- name: "Publish Test Summary"
- name: Publish Test Summary
uses: test-summary/action@v2
if: always()
with:
paths: "./artifacts/*/*.xml"
paths: "./artifacts/*/*.trx"

push-github-packages:
name: Push GitHub Packages
Expand Down

0 comments on commit e9da0d3

Please sign in to comment.