Skip to content

Commit 0b96fa6

Browse files
committed
Actually run e2e2 suite
1 parent 6337523 commit 0b96fa6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
working-directory: typescript-sdk/apps/dojo
5252
run: node ./scripts/prep-dojo-everything.js -e2e
5353

54+
- name: Install e2e dependencies
55+
working-directory: typescript-sdk/apps/dojo/e2e2
56+
run: |
57+
pnpm install --frozen-lockfile
58+
pnpm exec playwright install --with-deps
59+
5460
- name: write langgraph env files
5561
working-directory: typescript-sdk/integrations/langgraph
5662
env:
@@ -72,5 +78,5 @@ jobs:
7278
run: node ./scripts/run-dojo-everything.js &
7379

7480
- name: Run tests
75-
working-directory: typescript-sdk/apps/dojo
76-
run: npx wait-port 9999 && sleep 10 && echo "I AM ECHOING INSTEAD OF RUNNING TESTS"
81+
working-directory: typescript-sdk/apps/dojo/e2e2
82+
run: npx wait-port 9999 && sleep 10 && pnpm exec playwright test

0 commit comments

Comments
 (0)