nagios-http-json/.github/workflows/unittest.yml
2020-03-03 10:02:49 +01:00

18 lines
338 B
YAML

name: CI
on: [push, pull_request]
jobs:
gitHubActionForPytest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
name: GitHub Action
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Unit Test
run: |
python -m unittest discover