Attempt to fix CI (#1175)

main
Michael Fix 4 years ago committed by GitHub
parent 46e156b93e
commit a8d4c28b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,16 +6,16 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: Use Node.js 12.x - name: Use Node.js 14.x
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 12.x node-version: 14.x
- name: npm install, lint, build, and test - name: npm install, lint, build, and test
run: | run: |
npm install yarn
npm run lint npm run lint --if-present
npm run build npm run build --if-present
npm start & npx wait-on http://localhost:3000 && npm run cy:run -- --config baseUrl=http://localhost:3000 npm start & npx wait-on http://localhost:3000 && npm run cy:run -- --config baseUrl=http://localhost:3000
# --record --key 26c0b9eb-40f9-4ca6-b91d-a39f03652011 # --record --key 26c0b9eb-40f9-4ca6-b91d-a39f03652011
env: env:

Loading…
Cancel
Save