mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 09:45:37 +00:00
test
This commit is contained in:
parent
761de36e3b
commit
cce3b810c3
2 changed files with 1 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
cache: "pnpm"
|
||||
|
||||
- name: Install packages
|
||||
run: pnpm install --frozen-lockfile
|
||||
run: pnpm install --frozen-lockfile && node ./node_modules/puppeteer/install.mjs
|
||||
env:
|
||||
PUPPETEER_SKIP_DOWNLOAD: true
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ try {
|
|||
browser = await puppeteer.launch({
|
||||
headless: true,
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
||||
slowMo: 50,
|
||||
});
|
||||
const page = await browser.newPage();
|
||||
await page.goto(server.resolvedUrls.local[0]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue