reporting test

This commit is contained in:
Adam Wilson
2025-05-03 17:28:32 -06:00
parent 93fd85f099
commit d238e69f64

View File

@@ -28,6 +28,10 @@ jobs:
run: |
pip install garak
- name: 'run HTTP server and call REST API'
- name: 'Garak test probe'
run: |
garak -v --model_type test.Blank --probes test.Test
garak -v --model_type test.Blank --probes test.Test --report_dir ${{ github.workspace }}/reports
- name: 'display report'
run: |
ls ${{ github.workspace }}/reports -al