diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 812d916a..691186b0 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -18,12 +18,12 @@ jobs: run: git submodule init && git submodule update && chmod -R 777 regtest && cd regtest && ./start.sh - name: Install dependencies run: npm ci - - name: Start web app - run: npm run start & - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests - run: npx playwright test + run: | + npm run start & + npx playwright test - uses: actions/upload-artifact@v4 if: always() with: