From fb95e8afeaa0e3a1e403fbf373d0c7bb6be44d16 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Mon, 18 Aug 2025 14:04:06 -0600 Subject: [PATCH] path --- ...licious_prompts_rag_and_cot_apple_openelm_3b_instruct.yml | 5 +---- ...icious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.yml | 5 +---- ...s_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.yml | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot_apple_openelm_3b_instruct.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot_apple_openelm_3b_instruct.yml index 340c856d8..24c9e5bb0 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot_apple_openelm_3b_instruct.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot_apple_openelm_3b_instruct.yml @@ -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 diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.yml index cc13cadd9..f8775f4f9 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.yml @@ -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 diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.yml index 6a010a935..8ad5ebe21 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.yml @@ -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