Skip to content

Commit 8b42da2

Browse files
committed
fix: run translator CI tests in proper directory
1 parent 3e9e567 commit 8b42da2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/translator-test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v6
2929

30-
- name: Navigate to translator
31-
run: cd translator
32-
3330
- name: Install uv
3431
uses: astral-sh/setup-uv@v7
3532

3633
- name: Install dependencies
34+
working-directory: ./translator
3735
run: uv sync
3836

3937
- name: Run tests
40-
run: uv run pytest translator/
38+
working-directory: ./translator
39+
run: uv run pytest

0 commit comments

Comments
 (0)