Skip to content

Bump minimatch from 3.0.4 to 3.1.2 (#250) #720

Bump minimatch from 3.0.4 to 3.1.2 (#250)

Bump minimatch from 3.0.4 to 3.1.2 (#250) #720

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