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