Skip to content

Commit f2f6fe9

Browse files
Update working directory for GUARDRAILS_API_KEY setup in regression pipeline
1 parent 173d0e1 commit f2f6fe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/regression-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
sudo apt-get update
4747
sudo apt-get install docker-compose -y
4848
49+
4950
- name: Set GUARDRAILS_API_KEY env file
50-
working-directory: backend
51+
working-directory: backend/RAGManager
5152
run: echo "GUARDRAILS_API_KEY=${{ secrets.GUARDRAILS_API_KEY }}" > .env
5253

5354
- name: Build and start backend app

0 commit comments

Comments
 (0)