Skip to content

Commit c2dc4cb

Browse files
committed
edit run statement (syntax error)
1 parent 85589f6 commit c2dc4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN echo "=== Running Code Linting ===" && \
4040

4141
# Step 2: Run tests
4242
RUN echo "=== Running Python Script(s) Tests ===" && \
43-
uv run pytest -v tests/test_evals.py \
43+
uv run pytest -v tests/test_evals.py && \
4444
uv run pytest -v tests/test_models.py::test_api_connection_with_no_env_load
4545

4646
# Step 3: Run tests for ground truth with corrresponding testbench

0 commit comments

Comments
 (0)