This commit is contained in:
Niccolo Borgioli 2024-02-09 14:44:04 +01:00
parent bfc4ca3c48
commit 629e3af60d
No known key found for this signature in database
GPG Key ID: 4897ACD13A65977C
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Install Playwright
- name: Install Playwright Dependencies
run: pnpm exec playwright install-deps
- name: Install Playwright Browsers
run: pnpm exec playwright install
- name: Run tests
run: pnpm run test