This commit is contained in:
Adam Wilson
2025-08-18 14:04:06 -06:00
parent d7bffb85e1
commit fb95e8afea
3 changed files with 3 additions and 12 deletions
@@ -21,10 +21,7 @@ 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
run: pytest tests/integration/test_04_malicious_prompts_rag_and_cot_apple_openelm_3b_instruct.py -s --disable-warnings
- name: Check for changes
id: verify-changed-files
@@ -21,10 +21,7 @@ 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
run: pytest tests/integration/test_04_malicious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.py -s --disable-warnings
- name: Check for changes
id: verify-changed-files
@@ -21,10 +21,7 @@ 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
run: pytest tests/integration/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.py -s --disable-warnings
- name: Check for changes
id: verify-changed-files