Skip to content

Bump postcss from 8.4.7 to 8.4.35 in /frontend #75

Bump postcss from 8.4.7 to 8.4.35 in /frontend

Bump postcss from 8.4.7 to 8.4.35 in /frontend #75

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://[email protected]/
- run: npm ci
- run: npm run build
- run: npm test
- uses: cypress-io/github-action@v2
with:
start: npm start