We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e08069 + e37e3eb commit b5f4f25Copy full SHA for b5f4f25
1 file changed
.github/workflows/e2e-tests.yml
@@ -26,6 +26,9 @@ jobs:
26
with:
27
node-version: "20"
28
29
+ - name: Install Bun
30
+ uses: oven-sh/setup-bun@v2
31
+
32
- name: Install Jac and dependencies
33
run: pip install jaclang jac-client jac-scale pytest pytest-playwright pytest-timeout
34
0 commit comments