Skip to content

Commit a43d484

Browse files
committed
include workflow
1 parent b2fdf10 commit a43d484

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,13 @@ jobs:
4242
--no-capture
4343
env:
4444
RUST_LOG: debug
45+
46+
- uses: actions/setup-node@v4
47+
with:
48+
node-version: '22'
49+
50+
- name: Run client E2E tests
51+
run: |
52+
cd clients
53+
npm install
54+
npm run test:e2e

0 commit comments

Comments
 (0)