Skip to content

Commit

Permalink
ci: πŸ’š Fix wf
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Dec 10, 2024
1 parent c5a4ada commit 6d978e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: poetry install --no-interaction --no-root

- name: 'Run regression runner'
run: poetry run ./tests/regression.py
run: poetry run poe regression
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ addopts = "--tb=short"
help = "Create a binary executable using pyinstaller"
cmd = "pyinstaller --workpath .build --specpath dist -n codelimit codelimit/__main__.py"

[tool.poe.tasks.regression]
help = "Regression test runner"
cmd = "python tests/regression.py"

[tool.mypy]
ignore_missing_imports = true

Expand Down

0 comments on commit 6d978e6

Please sign in to comment.