CI: feature/editor-persistence #15

Merged
jaybe merged 1 commits from feature/editor-persistence into main 2025-11-30 09:57:22 +00:00
Showing only changes of commit a6004a5caf - Show all commits
+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