Skip to content

Merge pull request #1022 from NagiosEnterprises/bb_fullrevertserverpy… #54

Merge pull request #1022 from NagiosEnterprises/bb_fullrevertserverpy…

Merge pull request #1022 from NagiosEnterprises/bb_fullrevertserverpy… #54

Workflow file for this run

name: Tests
on:
push:
branches: [ 'dev-v3' ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install --upgrade -r build/resources/require.txt
- name: Run Tests
run: pytest