Skip to content

update for newer General branch format #722

update for newer General branch format

update for newer General branch format #722

Workflow file for this run

name: Run Tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.8
- run: pip install poetry
- run: poetry install
- run: poetry run make test
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make test-docker