Update tests.yml

This commit is contained in:
Jorrin 2024-03-31 15:33:19 +02:00
parent d6824f1b71
commit 761de36e3b
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
- name: Install packages - name: Install packages
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
env:
PUPPETEER_SKIP_DOWNLOAD: true
- name: Run tests - name: Run tests
run: pnpm run test run: pnpm run test