mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
added config file property for the ymls
This commit is contained in:
parent
107b887072
commit
b3c3324992
1
.github/workflows/deployment.yml
vendored
1
.github/workflows/deployment.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
browser: chrome
|
browser: chrome
|
||||||
start: yarn dev
|
start: yarn dev
|
||||||
|
config-file: cypress/config/dev.json
|
||||||
record: true
|
record: true
|
||||||
env:
|
env:
|
||||||
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}
|
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}
|
||||||
|
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
browser: chrome
|
browser: chrome
|
||||||
start: yarn dev
|
start: yarn dev
|
||||||
|
config-file: cypress/config/local.json
|
||||||
wait-on: 'http://localhost:3000'
|
wait-on: 'http://localhost:3000'
|
||||||
wait-on-timeout: 120000
|
wait-on-timeout: 120000
|
||||||
record: true
|
record: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user