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.
1 parent 3e4509c commit 0458287Copy full SHA for 0458287
1 file changed
.github/workflows/e2e-tests.yml
@@ -44,6 +44,10 @@ jobs:
44
- name: Install jac-scale data dependencies into jac venv
45
run: .jac/venv/bin/pip install "jac-scale[data]"
46
47
+ - name: Debug server startup
48
+ run: |
49
+ jac start --port 8000
50
+
51
- name: Run E2E tests
52
run: pytest tests/e2e/ -v --timeout=300
53
0 commit comments