Skip to content

Commit

Permalink
fix: e2e 테스트용 서버가 백그라운드에서 실행될 수 있도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed Aug 22, 2024
1 parent 9096b0a commit 4fd10e1
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Build
run: npm run build

- name: Run e2e Tests
run: npm run test:e2e
272 changes: 272 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4fd10e1

Please sign in to comment.