Skip to content

Commit

Permalink
add delete artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 12, 2023
1 parent 815fdba commit 16635f7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
# file_path: ./testResults/test-report.html
# file_type: 'html'

- name: Remove test report
if: success() || failure()
run: |
ls -R
rm -rf ./testReport
- uses: geekyeggo/delete-artifact@v2
with:
name: test-results

0 comments on commit 16635f7

Please sign in to comment.