Skip to content

chore(deps): Bump micromatch from 4.0.2 to 4.0.8 #40

chore(deps): Bump micromatch from 4.0.2 to 4.0.8

chore(deps): Bump micromatch from 4.0.2 to 4.0.8 #40

Workflow file for this run

name: "build-test"
on:
pull_request:
push:
branches:
- 'master'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm install
npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./
with:
resultPath: .last_coverage_run.json
token: ${{ secrets.GITHUB_TOKEN }}
- name: Post results to gist
uses: exuanbo/actions-deploy-gist@v1
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: 28438e6422c99dcb2baf3f40cc430ba4
gist_file_name: coverage.svg
file_path: coverage.svg