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 e5f2c87 commit 1e33b95Copy full SHA for 1e33b95
1 file changed
.github/workflows/e2e-tests.yml
@@ -44,10 +44,6 @@ 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