This commit is contained in:
2022-11-15 12:35:02 +01:00
parent 41ed5c0e23
commit 88ea828b66

View File

@@ -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