Skip to content

Commit

Permalink
chore: 테스트가 없을 경우에는 CI가 통과되도록 수정
Browse files Browse the repository at this point in the history
Jest 실행 시 `--passWithNoTests` 옵션 추가
  • Loading branch information
Yoonkyoungme committed Jul 19, 2024
1 parent e9d2f7b commit c8964d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm ci

- name: RTL을 실행해요 :)
run: npm run test
run: npm run test -- --passWithNoTests

- name: 테스트 결과를 PR에 코멘트로 등록해요 :)
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit c8964d5

Please sign in to comment.