Fix cypress

This commit is contained in:
Sidharth Vinod
2022-07-06 23:59:30 +05:30
parent 79fb9d1cb1
commit 0ea5d812b2

View File

@@ -30,10 +30,9 @@ jobs:
node-version: 16
cache: 'yarn'
- name: Build, Lint & Test
- name: Lint & Test
run: |
yarn install
yarn build
yarn lint
yarn test:unit
@@ -42,7 +41,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v3
with:
install: false
build: yarn build
start: yarn preview
wait-on: 'http://localhost:3000'
record: true