mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
feat: remove cypress install v2 (#664)
Why cypress install was needed before: [see this issue](https://github.com/cypress-io/github-action/issues/1044#issuecomment-2663220655) It's also mentioned [in the cypress github action readme](https://github.com/cypress-io/github-action/tree/v6/?tab=readme-ov-file#pnpm)
This commit is contained in:
committed by
GitHub
parent
ce36c7c176
commit
59e2d7e650
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -264,7 +264,6 @@ jobs:
|
||||
- name: Build frontend for test
|
||||
run: |
|
||||
cd frontend
|
||||
pnpm cypress install
|
||||
pnpm build:test
|
||||
- name: Run api
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user