Skip to content

Commit d1d8f52

Browse files
committed
add uv to e2e tests
1 parent 1de0750 commit d1d8f52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828

29+
- name: Install the latest version of uv
30+
uses: astral-sh/setup-uv@0f6ec07aafe46cff7a322c837e5ba37d95c82b00
31+
2932
- name: Build
3033
run: pnpm run build
3134

0 commit comments

Comments
 (0)