Skip to content

chore(deps): bump pyyaml from 5.1.1 to 5.4 in /docs #186

chore(deps): bump pyyaml from 5.1.1 to 5.4 in /docs

chore(deps): bump pyyaml from 5.1.1 to 5.4 in /docs #186

Workflow file for this run

on:
push:
paths-ignore:
- 'docs/**'
- 'README.md'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [8, 10, 12]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node }}
- run: yarn install --frozen-lockfile --ignore-optional
- run: yarn test:cover
- run: |
mkdir coverage
yarn run nyc report --reporter=text-lcov > coverage/lcov.info
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
flag-name: node-${{ matrix.node }}
parallel: true
smoke-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile --ignore-optional
- run: ./scripts/smoke.sh