Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Nov 15, 2022
1 parent 41ed5c0 commit 88ea828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Run your tests
run: npm run test:run
- name: Upload test results
uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v2
if: always()
with:
name: test-results
path: test-results

0 comments on commit 88ea828

Please sign in to comment.