diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9c62978..21b4095 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -29,6 +29,8 @@ jobs: run: npm ci - name: Copy env run: cp .env.e2e .env + - name: Do DB migrations + run: npm run db:push - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests