prettier yml

main
Mike Fix 5 years ago
parent e465be3e7b
commit 86f82efd2f

@ -6,17 +6,17 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js 10.x - name: Use Node.js 10.x
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 10.x node-version: 10.x
- name: npm install, lint, build, and test - name: npm install, lint, build, and test
run: | run: |
npm install npm install
npm run lint npm run lint
npm run build npm run build
npm start & npx wait-on http://localhost:3000 && CYPRESS_CI=true npm run cy:run -- --config baseUrl=http://localhost:3000 npm start & npx wait-on http://localhost:3000 && CYPRESS_CI=true npm run cy:run -- --config baseUrl=http://localhost:3000
env: env:
CI: true CI: true
CYPRESS_CI: true CYPRESS_CI: true

Loading…
Cancel
Save