From d97357b51c4c9ed594ad038e10c93000c55a8df8 Mon Sep 17 00:00:00 2001 From: Paulo V T Silva Date: Thu, 15 Aug 2024 12:43:24 -0300 Subject: [PATCH] ajust playwits tests --- .github/workflows/playwright-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright-tests.yml b/.github/workflows/playwright-tests.yml index 19336a4..97dae1e 100644 --- a/.github/workflows/playwright-tests.yml +++ b/.github/workflows/playwright-tests.yml @@ -27,9 +27,12 @@ jobs: - name: Install Playwright Browsers run: pnpm exec playwright install --with-deps - - name: Run Playwright tests + - name: Run Playwright tests e2e run: pnpm playwright test --pass-with-no-tests + - name: Run Playwright test ct + run: pnpm playwright test -c playwright-ct.config.mts + - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: