mirror of
https://github.com/cupcakearmy/occulto.git
synced 2026-05-21 18:55:28 +00:00
pipeline
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user