Skip to content

Update paths for workflow #2

Update paths for workflow

Update paths for workflow #2

Workflow file for this run

name: Run unit tests
on:
workflow_call:
jobs:
install:
uses: install.yml

Check failure on line 8 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

invalid value workflow reference: no version specified
test:
steps:
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names
# poetry run flake8 ./avstack --count --max-line-length=127 --show-source --statistics
- name: Run tests
run: |
poetry run pytest tests