From 4c2f514e8be4bf92fb66e45dd276623bd66a64eb Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 11 Aug 2024 21:03:31 +0200 Subject: [PATCH] Build and start the application --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index fd7c2fd..3342827 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -15,6 +15,8 @@ jobs: node-version: lts/* - name: Install dependencies run: npm install -g pnpm && pnpm install + - name: Build and start the service that will be tested + run: npm run build && npm run start & - name: Install Playwright Browsers run: pnpm exec playwright install --with-deps - name: Run Playwright tests