Skip to content

Merge pull request #34 from doismellburning/dependabot/pip/pytest-8.0.0 #79

Merge pull request #34 from doismellburning/dependabot/pip/pytest-8.0.0

Merge pull request #34 from doismellburning/dependabot/pip/pytest-8.0.0 #79

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pipenv"
- run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- run: pipenv install
- run: make bootstrap
- run: make check
- run: make test