Skip to content

Commit d94fc53

Browse files
committed
Add the browser tests in Docker Compose to CI jobs
1 parent 696c225 commit d94fc53

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
#if: steps.cache.outputs.cache-hit != 'true'
4444
run: uv sync --no-dev --group test
4545

46-
# Run tests
47-
- name: Run tests
46+
- name: Run unit tests
4847
run: |
4948
uv run --no-sync pytest -rs tests
49+
50+
- name: Run Playwright end-to-end tests
51+
run: |
52+
sh tests/run-tests.sh

0 commit comments

Comments
 (0)