Skip to content

Commit 0458287

Browse files
committed
#
1 parent 3e4509c commit 0458287

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
- name: Install jac-scale data dependencies into jac venv
4545
run: .jac/venv/bin/pip install "jac-scale[data]"
4646

47+
- name: Debug server startup
48+
run: |
49+
jac start --port 8000
50+
4751
- name: Run E2E tests
4852
run: pytest tests/e2e/ -v --timeout=300
4953

0 commit comments

Comments
 (0)