work around actions cache skipping cypress install
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -26,7 +26,8 @@ jobs:
|
|||||||
- name: test
|
- name: test
|
||||||
run: pnpm test
|
run: pnpm test
|
||||||
- name: test website
|
- name: test website
|
||||||
run: pnpm -C packages/website test
|
# the cache doesn't include cypress install, need to do it manually here
|
||||||
|
run: pnpm -C packages/website exec cypress install && pnpm -C packages/website test
|
||||||
- name: build
|
- name: build
|
||||||
run: pnpm --recursive run build
|
run: pnpm --recursive run build
|
||||||
- name: lint
|
- name: lint
|
||||||
|
|||||||
Reference in New Issue
Block a user