chore(workflows): use cypress action

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-31 20:52:52 +02:00
committed by Braks
parent 294c3ba632
commit 09b886da36

View File

@@ -50,4 +50,9 @@ jobs:
run: pnpm run build --cache-dir=.turbo
- name: Run tests 🧪
run: pnpm cypress install && pnpm run test --cache-dir=.turbo
uses: cypress-io/github-action@v5
with:
install-command: pnpm cypress install
command: pnpm run test --cache-dir=.turbo
browser: chrome
component: true