Skip to content

Add Reporter class for Newrelic abstraction and job utility #9

Add Reporter class for Newrelic abstraction and job utility

Add Reporter class for Newrelic abstraction and job utility #9

Workflow file for this run

name: Run tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install dependencies
run: pip install -r requirements-test.txt
- name: Run tests
run: pytest