This commit is contained in:
Adam Wilson
2025-08-18 13:55:31 -06:00
parent 67620f780b
commit d7bffb85e1
3 changed files with 6 additions and 0 deletions
@@ -22,6 +22,8 @@ jobs:
- name: 'run text generation tests'
shell: bash
working-directory: tests/integration
env:
INJECTION_DATA_DIR: "${{ github.workspace }}/tests/security/tests/results/01_garak_no_guidelines"
run: pytest test_04_malicious_prompts_rag_and_cot_apple_openelm_3b_instruct.py -s --disable-warnings
- name: Check for changes
@@ -22,6 +22,8 @@ jobs:
- name: 'run text generation tests'
shell: bash
working-directory: tests/integration
env:
INJECTION_DATA_DIR: "${{ github.workspace }}/tests/security/tests/results/01_garak_no_guidelines"
run: pytest test_04_malicious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.py -s --disable-warnings
- name: Check for changes
@@ -22,6 +22,8 @@ jobs:
- name: 'run text generation tests'
shell: bash
working-directory: tests/integration
env:
INJECTION_DATA_DIR: "${{ github.workspace }}/tests/security/tests/results/01_garak_no_guidelines"
run: pytest test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.py -s --disable-warnings
- name: Check for changes