mirror of
https://github.com/vercel/commerce.git
synced 2025-06-09 17:46:57 +00:00
used yarn
This commit is contained in:
parent
1cd099e82f
commit
4ec02302ca
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v2
|
uses: cypress-io/github-action@v3.0.4
|
||||||
with:
|
with:
|
||||||
browser: chrome
|
browser: chrome
|
||||||
build: npm run build
|
# build: npm run build
|
||||||
start: npm run start
|
start: yarn start
|
||||||
wait-on: 'http://localhost:3000'
|
wait-on: 'http://localhost:3000'
|
||||||
env:
|
env:
|
||||||
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}
|
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}
|
||||||
|
26526
package-lock.json
generated
26526
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user