Skip to content

Commit 57f5c29

Browse files
committed
enable ci testing of a2a
1 parent 0807612 commit 57f5c29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17+
- suite: a2a-middleware
18+
test_path: tests/a2aMiddlewareTests
19+
services: ["dojo","a2a-middleware"]
20+
wait_on: http://localhost:9999,tcp:localhost:8011,tcp:localhost:8012,tcp:localhost:8013,tcp:localhost:8014
1721
- suite: adk-middleware
1822
test_path: tests/adkMiddlewareTests
1923
services: ["dojo","adk-middleware"]

0 commit comments

Comments
 (0)