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