Skip to content

Commit 0fb49f1

Browse files
committed
Uh, actually run tests
1 parent 4912218 commit 0fb49f1

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
@@ -92,6 +92,10 @@ jobs:
9292
tcp:localhost:8008
9393
tcp:localhost:8009
9494
95+
- name: Run tests
96+
working-directory: typescript-sdk/apps/dojo/e2e
97+
run: pnpm test
98+
9599
- name: Upload traces
96100
if: always() # Uploads artifacts even if tests fail
97101
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)