diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5702c3c..a217752 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -35,13 +35,13 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps chromium - - name: Run Playwright Tests - run: npm run e2e - - - name: Upload Playwright Test Results - uses: actions/upload-artifact@v2 - if: failure() - with: - name: playwright-report - path: playwright-report/ - retention-days: 30 + # - name: Run Playwright Tests + # run: npm run e2e + + # - name: Upload Playwright Test Results + # uses: actions/upload-artifact@v2 + # if: failure() + # with: + # name: playwright-report + # path: playwright-report/ + # retention-days: 30