This commit is contained in:
cupcakearmy 2022-11-15 12:35:02 +01:00
parent 41ed5c0e23
commit 88ea828b66
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ jobs:
- name: Run your tests - name: Run your tests
run: npm run test:run run: npm run test:run
- name: Upload test results - uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2 if: always()
with: with:
name: test-results name: test-results
path: test-results path: test-results