Skip to content

Bump werkzeug from 2.0.3 to 3.0.6 in /backend #844

Bump werkzeug from 2.0.3 to 3.0.6 in /backend

Bump werkzeug from 2.0.3 to 3.0.6 in /backend #844

name: testing-frontend
on:
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
pull_request:
branches:
- 'master'
jobs:
run-frontend-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Clean install and run tests
working-directory: ./frontend
run: |
npm ci
npm test