Skip to content

Commit

Permalink
Run migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse committed Feb 19, 2024
1 parent 51923ed commit 2060389
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: npm install -g pnpm && pnpm install
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run migrations
run: pnpm exec drizzle push:pg
env:
DRIZZLE_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
- name: Run Playwright tests
run: pnpm exec playwright test
env:
Expand Down

0 comments on commit 2060389

Please sign in to comment.