From c7088a8b43a28d7f116292b80b1bc7dfc8c364b5 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 19 Jul 2022 12:03:08 +0200 Subject: [PATCH] try playwrigth --- .github/workflows/test.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 340e0a2..b8e6b6a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,13 +24,13 @@ jobs: run: | pnpm install pnpm run ci:prepare - # - name: Install Playwright - # run: npx playwright install --with-deps - # - name: Run your tests - # run: npm test - # - name: Upload test results - # if: always() - # uses: actions/upload-artifact@v2 - # with: - # name: playwright-report - # path: playwright-report + - name: Install Playwright + run: npx playwright install --with-deps + - name: Run your tests + run: npm test + - name: Upload test results + if: always() + uses: actions/upload-artifact@v2 + with: + name: playwright-report + path: playwright-report