Skip to content

Bump django from 4.2.10 to 4.2.11 (#1180) #119

Bump django from 4.2.10 to 4.2.11 (#1180)

Bump django from 4.2.10 to 4.2.11 (#1180) #119

Workflow file for this run

name: CI/CD
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: "Run jest tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: ./.github/actions/setup-node
- name: Run tests
run: npm run test