Skip to content

Commit

Permalink
⚙️ chore : npm run test BE 디렉토리에서만 실행
Browse files Browse the repository at this point in the history
jinddings committed Nov 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 053c7a9 commit b933cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deply-alpha.yml
Original file line number Diff line number Diff line change
@@ -39,9 +39,10 @@ jobs:
- name: Install dependencies
working-directory: ./${{matrix.app.dir}}
continue-on-error: true
run: npm ci --no-audit
run: npm ci

- name: Run tests
if: ${{ matrix.app.name == 'be' }} # BE일 때만 실행
working-directory: ./${{matrix.app.dir}}
run: npm test
env:

0 comments on commit b933cb7

Please sign in to comment.