Skip to content

Commit

Permalink
Fix: test 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
kyr4601 authored Jul 3, 2024
1 parent d0eb675 commit 2a2011b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/mainDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ jobs:
env:
SERVER_PORT: ${{ secrets.SERVER_PORT }}

- name: build
run: pnpm turbo run build

- name: run unit tests
run: pnpm turbo run test

- name: run integration tests
run: pnpm turbo run test:integ

- name: download playwright browsers
run: pnpm exec playwright install
working-directory: ./apps/client

- name: run E2E test
run: pnpm turbo run test:e2e

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 2a2011b

Please sign in to comment.