Skip to content

Commit e37e3eb

Browse files
Add Bun installation step to E2E test workflow
1 parent 2e0253e commit e37e3eb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
with:
3535
node-version: "20"
3636

37+
- name: Install Bun
38+
uses: oven-sh/setup-bun@v2
39+
3740
- name: Install Jac and dependencies
3841
run: |
3942
pip install jaclang jac-client jac-scale pytest pytest-playwright pytest-timeout

0 commit comments

Comments
 (0)