chore(workflows): use cypress action
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
7
.github/workflows/build-and-test.yml
vendored
7
.github/workflows/build-and-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user