Skip to content

[Snyk] Security upgrade path-to-regexp from 6.2.0 to 8.0.0 #21

[Snyk] Security upgrade path-to-regexp from 6.2.0 to 8.0.0

[Snyk] Security upgrade path-to-regexp from 6.2.0 to 8.0.0 #21

Workflow file for this run

name: Run test suite
on:
pull_request:
branches:
- master
- dev
push:
branches:
- master
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
cache: 'npm'
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- uses: browser-actions/setup-firefox@latest
- run: firefox --version
- run: npm install
- run: CHROME_BIN=$(which chrome) npm run test:all
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}