This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new d94fc53 Add the browser tests in Docker Compose to CI jobs
d94fc53 is described below
commit d94fc53e3b3cede4ec2d8c528d01dcf119b6debd
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Oct 14 10:56:37 2025 +0100
Add the browser tests in Docker Compose to CI jobs
---
.github/workflows/build.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ee1a5cb..646bfba 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,7 +43,10 @@ jobs:
#if: steps.cache.outputs.cache-hit != 'true'
run: uv sync --no-dev --group test
- # Run tests
- - name: Run tests
+ - name: Run unit tests
run: |
uv run --no-sync pytest -rs tests
+
+ - name: Run Playwright end-to-end tests
+ run: |
+ sh tests/run-tests.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]