diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c82c6ce..73a85bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,12 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps + - name : Run test + run: npm run prepublishOnly + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report path: playwright-report/ retention-days: 30 - - - name : Run test - run: npm run prepublishOnly