Skip to content

Commit

Permalink
CI:デプロイ
Browse files Browse the repository at this point in the history
Configure Node.js and Playwright setup in Vercel workflow

Add steps to set up Node.js, install dependencies, and configure Playwright in the Vercel preview workflow. This ensures proper frontend testing and compatibility for the deployment process.
  • Loading branch information
k2works committed Dec 29, 2024
1 parent e4beadc commit 11ba385
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/vercel_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,8 @@ jobs:
./gradlew flywayMigrate
working-directory: app/backend/api

- uses: actions/setup-node@v3
with:
node-version: 18.17.x
cache: 'npm'
- name: Install dependencies
run: npm install
working-directory: app/frontend
- name: Install Playwright
run: npm install -D @playwright/test@latest
working-directory: app/frontend
- name: Install Playwright Browsers
run: npx playwright install --with-deps
working-directory: app/frontend

- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 11ba385

Please sign in to comment.