This commit is contained in:
Niccolo Borgioli 2024-02-09 14:41:19 +01:00
parent 0798993f84
commit bfc4ca3c48
No known key found for this signature in database
GPG Key ID: 4897ACD13A65977C

View File

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