mirror of
https://github.com/vercel/commerce.git
synced 2025-06-08 09:16:58 +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
|
||||
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v2
|
||||
uses: cypress-io/github-action@v3.0.4
|
||||
with:
|
||||
browser: chrome
|
||||
build: npm run build
|
||||
start: npm run start
|
||||
# build: npm run build
|
||||
start: yarn start
|
||||
wait-on: 'http://localhost:3000'
|
||||
env:
|
||||
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