refactor(workflows): always install cypress before testing
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
@@ -82,8 +82,4 @@ jobs:
|
||||
run: pnpm run build --cache-dir=.turbo
|
||||
|
||||
- name: Run tests 🧪
|
||||
uses: cypress-io/github-action@v5
|
||||
with:
|
||||
install: false
|
||||
working-directory: e2e
|
||||
component: true
|
||||
run: pnpm cypress install && pnpm run test --cache-dir=.turbo
|
||||
|
||||
Reference in New Issue
Block a user