Skip to content

Commit

Permalink
⚙️ chore : continue on error 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 11, 2024
1 parent 2cf4769 commit 053c7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deply-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Install dependencies
working-directory: ./${{matrix.app.dir}}
continue-on-error: true
run: npm ci --no-audit

- name: Run tests
Expand Down

0 comments on commit 053c7a9

Please sign in to comment.