Skip to content

Bump browserify-sign from 4.2.1 to 4.2.3 in /frontend #74

Bump browserify-sign from 4.2.1 to 4.2.3 in /frontend

Bump browserify-sign from 4.2.1 to 4.2.3 in /frontend #74

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Workaround for npm v7 bug. Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- run: npm ci
- run: npm run build
- run: npm test
- uses: cypress-io/github-action@v2
with:
start: npm start