Skip to content

Commit

Permalink
fix: πŸ› test upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert De Spiegeleer committed Jan 12, 2024
1 parent 85cc136 commit 02c23bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
run: npm run test

- name: Test Report
if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: ./packages/*/test-report.xml
Expand Down Expand Up @@ -107,7 +108,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build
path: ./
path: ./packages

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 02c23bf

Please sign in to comment.