Skip to content

Commit

Permalink
Chore: 테스트 임시 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ieun32 authored Jul 3, 2024
1 parent 9c04cb4 commit 4c3af04
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/mainDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,6 @@ jobs:
working-directory: ./apps/server
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 tests
run: pnpm turbo run test:e2e

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

0 comments on commit 4c3af04

Please sign in to comment.