refactor(workflows): use cypress action

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-18 12:53:12 +01:00
committed by Braks
parent f3b5973e50
commit 975922c1d6

View File

@@ -74,4 +74,8 @@ jobs:
run: pnpm run build --cache-dir=.turbo
- name: Run tests 🧪
run: pnpm run test --cache-dir=.turbo
uses: cypress-io/github-action@v5
with:
install: false
working-directory: e2e
component: true