Skip to content

Commit

Permalink
fix: 프론트 CI 스크립트 실패 시 스크립트 중지되지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjoon committed Jul 18, 2024
1 parent 9394d08 commit 18e324e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/front_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
npm install
- name: Run ${{ matrix.task }}
continue-on-error: true
id: npm_run
run: |
cd frontend
Expand Down

0 comments on commit 18e324e

Please sign in to comment.