mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-12-21 12:46:28 +00:00
pipeline
This commit is contained in:
parent
0798993f84
commit
bfc4ca3c48
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -24,8 +24,10 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Install Playwright
|
||||
run: pnpm playwright install-deps && pnpm playwright install
|
||||
- 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user