Skip to content

feat: set up CI tests #2

feat: set up CI tests

feat: set up CI tests #2

Workflow file for this run

name: Pull Request Testing
on:
pull_request:
branches: [main]
jobs:
setup:
steps:

Check failure on line 9 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / Pull Request Testing

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 9, Col: 5): Required property is missing: runs-on .github/workflows/pull_request.yml (Line: 18, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
- run: pip install -r requirements.txt
test:
steps:
- uses: actions/checkout@v4
- run: pytest -o log_cli=true -o -vv