Skip to content

Commit

Permalink
Merge pull request #2913 from vivid-planet/merge-main-into-next
Browse files Browse the repository at this point in the history
Merge main into next
  • Loading branch information
johnnyomair authored Dec 11, 2024
2 parents 2b083c6 + 477fdea commit a35103b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
run: pnpm run test

- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: test-results
path: packages/**/junit.xml
overwrite: true

0 comments on commit a35103b

Please sign in to comment.