mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:53:34 +00:00
we go again
This commit is contained in:
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@@ -27,9 +27,10 @@ jobs:
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install packages
|
||||
run: pnpm install --frozen-lockfile && node ./node_modules/puppeteer/install.mjs
|
||||
env:
|
||||
PUPPETEER_SKIP_DOWNLOAD: true
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Install puppeteer
|
||||
run: node ./node_modules/puppeteer/install.mjs
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm run test
|
||||
|
Reference in New Issue
Block a user