From 896c1a0ea2696ec924519158ba665b826b430dd1 Mon Sep 17 00:00:00 2001 From: Po-chiang Chao Date: Thu, 31 Oct 2024 21:40:51 +0800 Subject: [PATCH] try with out http server... --- .github/workflows/playwright.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 39ab05d..3eb1314 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -17,14 +17,8 @@ jobs: run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps - - name: Start static server - run: npm run start & - - name: Wait for server to start - run: sleep 5 - name: Run Playwright tests run: npx playwright test - env: - BASE_URL: http://localhost:3000 - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: