change baseURL

This commit is contained in:
Sidharth Vinod
2021-05-29 14:11:43 +05:30
parent 95782a344d
commit 68ab2af195
+1
View File
@@ -27,6 +27,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v2
with:
config: baseUrl=http://localhost:3001
browser: chrome
build: yarn build
start: yarn preview -p 3001