Skip to content

Update the github actions. #4

Update the github actions.

Update the github actions. #4

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- v*-preview
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Run Tests
run: |
python -m unittest discover tests/