Skip to content

feat: better action name #8

feat: better action name

feat: better action name #8

Workflow file for this run

name: Tests
on: [pull_request, push]
jobs:
test_project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- run: pip install -r requirements.txt
- run: pytest .