Skip to content

Commit 644fa49

Browse files
committed
fix shellcompletion CI tests for tests move #87
1 parent 91242ff commit 644fa49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
timeout-minutes: 60
126126
- name: Run Unit Tests
127127
run: |
128-
poetry run pytest django_typer/tests/shellcompletion/*
128+
poetry run pytest tests/shellcompletion/*
129129
mv .coverage linux-complete-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
130130
131131
- name: Store coverage files
@@ -209,7 +209,7 @@ jobs:
209209
- name: Run Unit Tests
210210
shell: zsh {0}
211211
run: |
212-
poetry run pytest django_typer/tests/shellcompletion/test_zsh.py || exit 1
212+
poetry run pytest tests/shellcompletion/test_zsh.py || exit 1
213213
mv .coverage macos-complete-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
214214
215215
- name: Store coverage files
@@ -256,7 +256,7 @@ jobs:
256256
# shell: powershell
257257
# - name: Run Unit Tests
258258
# run: |
259-
# poetry run pytest django_typer/tests/completion_tests.py::PowerShellTests
259+
# poetry run pytest tests/completion_tests.py::PowerShellTests
260260
# mv .coverage windows-complete-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
261261
# shell: powershell
262262
# - name: Store coverage files

0 commit comments

Comments
 (0)