refactor(workflows): always install cypress before testing

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-18 20:39:34 +01:00
committed by Braks
parent 8afb98e354
commit fba062df79

View File

@@ -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