Skip to content

Bump ansi-regex from 3.0.0 to 3.0.1 in /frontend #70

Bump ansi-regex from 3.0.0 to 3.0.1 in /frontend

Bump ansi-regex from 3.0.0 to 3.0.1 in /frontend #70

Workflow file for this run

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