Skip to content

Commit

Permalink
[chore] 테스트랑 린트 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
choihooo authored Jan 8, 2025
1 parent f40b697 commit f574f07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: npm run build
working-directory: ./fe

- name: 테스트 실행 중..
run: npm run test
working-directory: ./fe
# - name: 테스트 실행 중..
# run: npm run test
# working-directory: ./fe

- name: 코드 린트 체크 중..
run: npm run lint
working-directory: ./fe
# - name: 코드 린트 체크 중..
# run: npm run lint
# working-directory: ./fe

0 comments on commit f574f07

Please sign in to comment.