Skip to content

Bump newrelic from 9.3.0 to 9.7.1 in /requirements #75

Bump newrelic from 9.3.0 to 9.7.1 in /requirements

Bump newrelic from 9.3.0 to 9.7.1 in /requirements #75

Workflow file for this run

name: Unit tests
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
test-python:
runs-on: ubuntu-latest # For consistency with above
steps:
- uses: actions/checkout@v3
- name: "Run Python tests (on Docker)"
run: |
make clean-ci
make build-ci
make test-ci