Skip to content

chore(deps): bump django from 3.0.7 to 4.2.16 in /back-end #79

chore(deps): bump django from 3.0.7 to 4.2.16 in /back-end

chore(deps): bump django from 3.0.7 to 4.2.16 in /back-end #79

Workflow file for this run

# This workflow tests front-end
name: Test front-end
on:
push:
pull_request:
branches: [ master ]
jobs:
test-front-end:
runs-on: ubuntu-latest
steps:
# Checks-out your repository, for access in the workflow
- uses: actions/checkout@v2
- name: Install dependencies
run: |
cd front-end
npm ci
- name: Run unit tests
run: |
cd front-end
npm test