diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f8e8d5..9c01395 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - - run: PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm ci + - run: npm ci - run: npm run test:screenshots - uses: actions/upload-artifact@v3 if: ${{ failure() }}