Skip to content

Merge pull request #22 from thiiagoms/dependabot/pip/urllib3-2.0.6 #20

Merge pull request #22 from thiiagoms/dependabot/pip/urllib3-2.0.6

Merge pull request #22 from thiiagoms/dependabot/pip/urllib3-2.0.6 #20

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install pipenv
pipenv install --dev
- name: Run tests
run: |
pipenv run pytest