Skip to content

Commit 59d4a57

Browse files
committed
feat: translator CI
1 parent 30a7734 commit 59d4a57

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,15 @@ jobs:
8989
run: npm run coverage
9090

9191
- name: Test coverage
92-
uses: coverallsapp/github-action@v2
92+
uses: coverallsapp/github-action@v2
93+
94+
- name: Install uv
95+
uses: astral-sh/setup-uv@v7
96+
97+
- name: Install uv dependencies
98+
run: uv sync
99+
100+
- name: Run tests
101+
run: uv run pytest translator/
102+
103+

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ test.sh
7878
dump.rdb
7979
.archiver_shadow/
8080
.snapshots/
81+
82+
*.pyc

0 commit comments

Comments
 (0)