run server

This commit is contained in:
Adam Wilson
2025-05-19 06:18:11 -06:00
parent cb6ed0827e
commit d9d90442e9
+3 -3
View File
@@ -32,17 +32,17 @@ jobs:
shell: bash
run: |
python -m src.api.controller &
curl -s http://localhost:9998/ > /dev/null 2>&1
- name: 'set up garak'
run: |
pip install garak
- name: 'run garak tests'
working-directory: ${{ github.workspace }}/src/tools
shell: bash
run: |
curl -s http://localhost:9998/ > /dev/null 2>&1
garak -v \
--config ${{ github.workspace }}/src/tools/garak.config.yml \
--generator_option_file ${{ github.workspace }}/src/tools/garak.rest.llm.json \