Skip to content

Commit 5f57e2e

Browse files
authored
CI Cleanup (#115)
remove llm tests from public ci Signed-off-by: Jack Luar <[email protected]>
1 parent becf508 commit 5f57e2e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
run: |
3030
make docker-up
3131
sleep 900 # TODO: Remove this after docker-compose healthcheck timeout restored fixed.
32-
- name: Run LLM CI
33-
working-directory: evaluation
34-
run: |
35-
make llm-tests
3632
- name: Teardown
3733
if: always()
3834
run: |

0 commit comments

Comments
 (0)