Skip to content

Commit

Permalink
update: add upload artifact step cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-cronic committed Mar 7, 2024
1 parent 074495e commit 8d728cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,12 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Upload npm debug log
if: failure()
uses: actions/upload-artifact@v2
with:
name: npm-error-log
path: /home/runner/.npm/_logs/*.log

- name: Run tests
run: npm test

0 comments on commit 8d728cb

Please sign in to comment.