Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit dcd452e

Browse files
committed
CI: invoke pytest with just
1 parent f619dfd commit dcd452e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ jobs:
2929
run: |
3030
python -m pip install poetry
3131
32+
- uses: extractions/setup-just@v1
33+
3234
- name: Prepare project for development
3335
run: |
34-
python -m poetry install
36+
just setup
3537
3638
- name: Run tests
3739
run: |
38-
python -m poetry run pytest --cov cli_ui
40+
just test

0 commit comments

Comments
 (0)