Skip to content

Commit

Permalink
⚙️ chore :working directory 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 5, 2024
1 parent 6588f8f commit e00fa33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,25 @@ jobs:
cache-dependency-path: ./BE/package-lock.json

- name: Install dependencies
working-directory: ./BE
run: npm ci

- name: Run tests
working-directory: ./BE
run: npm test
env:
CI: true

- name: Run linter
working-directory: ./BE
run: npm run lint

- name: Build application
working-directory: ./BE
run: npm run build

- name: Build and Push Docker Image
working-directory: ./BE
env:
NCP_ACCESS_KEY: ${{ secrets.NCP_ACCESS_KEY }}
NCP_SECRET_KEY: ${{ secrets.NCP_SECRET_KEY }}
Expand Down

0 comments on commit e00fa33

Please sign in to comment.