Skip to content

[Snyk] Security upgrade snyk from 1.522.0 to 1.685.0 #87

[Snyk] Security upgrade snyk from 1.522.0 to 1.685.0

[Snyk] Security upgrade snyk from 1.522.0 to 1.685.0 #87

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: 'build_and_test'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v1
with:
node-version: '10.19'
- run: yarn install
- run: yarn test
env:
CI: true
- run: yarn test-cov
env:
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
COVERALLS_GIT_BRANCH: '${{ github.ref }}'