Merge pull request 'CI: feature/editor-persistence' (#15) from feature/editor-persistence into main
CI / test (push) Successful in 6m40s
CI / pr_and_merge (push) Has been skipped

This commit was merged in pull request #15.
This commit is contained in:
2025-11-30 09:57:21 +00:00
+2 -4
View File
@@ -5,9 +5,6 @@ on:
branches:
- main
- feature/**
pull_request:
branches:
- main
jobs:
test:
@@ -35,6 +32,7 @@ jobs:
npx prisma generate
- name: Run unit tests
if: github.event_name == 'push'
env:
# API 유닛 테스트에서도 PrismaClient가 필요하므로,
# generate 단계와 동일한 더미 DATABASE_URL 을 사용한다.
@@ -45,7 +43,7 @@ jobs:
npm test
- name: Run Playwright E2E tests
if: github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
npx playwright test