From 1f8b6342b0f21c048fe729b5e213ff72151d40f8 Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 4 Feb 2024 15:44:57 +0300 Subject: [PATCH] npm-start-fix --- .gitea/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 7d58d20f..aad56c74 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -38,6 +38,10 @@ jobs: run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps + + - name: Start Web Server + run: npm start & + - name: Run Playwright tests run: npx playwright test - uses: actions/upload-artifact@v3