Skip to content

Commit 72cf223

Browse files
debug test setup
1 parent 2304023 commit 72cf223

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,14 @@ jobs:
5151
- name: Run type checking with ty
5252
run: uv run ty check .
5353

54+
- name: Install Playwright browsers
55+
run: uv run playwright install --with-deps chromium
56+
5457
- name: Run tests with pytest
58+
env:
59+
DB_HOST: localhost
60+
DB_PORT: "5432"
61+
DB_NAME: db
62+
DB_USER: postgres
63+
DB_PASSWORD: postgres
5564
run: uv run pytest tests/

0 commit comments

Comments
 (0)