Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DongHoonYu96 authored Nov 21, 2024
1 parent ebca896 commit 56ff8e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
run: |
echo '${{ secrets.ENV }}' > .env
- name: BE ν…ŒμŠ€νŠΈ μ½”λ“œ μ‹€ν–‰ (unit test)
working-directory: ./BE
run: npm run test
# - name: BE ν…ŒμŠ€νŠΈ μ½”λ“œ μ‹€ν–‰ (unit test)
# working-directory: ./BE
# run: npm run test

- name: BE ν…ŒμŠ€νŠΈ μ½”λ“œ μ‹€ν–‰2 (e2e test)
working-directory: ./BE
Expand Down

0 comments on commit 56ff8e4

Please sign in to comment.