mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-12-22 05:36:28 +00:00
pipeline
This commit is contained in:
parent
bfc4ca3c48
commit
629e3af60d
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -24,7 +24,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
- name: Install Playwright
|
- name: Install Playwright Dependencies
|
||||||
run: pnpm exec playwright install-deps
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user