Skip to content

chore(deps-dev): bump gh-pages from 4.0.0 to 5.0.0 #395

chore(deps-dev): bump gh-pages from 4.0.0 to 5.0.0

chore(deps-dev): bump gh-pages from 4.0.0 to 5.0.0 #395

Workflow file for this run

name: test
on:
- push
- pull_request
- workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn --frozen-lockfile
- run: yarn run test:coverage
- name: Upload to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
testInternals:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn --frozen-lockfile
- run: yarn run test:internals