Skip to content

Commit e27fe8b

Browse files
authored
Update deploy.yml
1 parent 99e0481 commit e27fe8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- run: npm ci
2121
- run: npm run build --if-present
2222
- run: npm test
23+
- uses: actions/upload-artifact@v4 # upload test results
24+
if: success() || failure() # run this step even if previous step failed
25+
with:
26+
name: test-results
27+
path: junit-report.xml
2328
- name: Upload coverage reports to Codecov
2429
uses: codecov/codecov-action@v4.0.1
2530
with:

0 commit comments

Comments
 (0)