Skip to content

Commit 2cc4d3c

Browse files
authored
Seed secret CI with .env.test (#179)
Signed-off-by: Song Luar <[email protected]>
1 parent 769c771 commit 2cc4d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
uv pip install huggingface_hub[cli]
4141
huggingface-cli download --repo-type dataset The-OpenROAD-Project/ORAssistant_RAG_Dataset --include source_list.json --local-dir data/
42-
export GOOGLE_API_KEY="dummy-unit-test-key"
42+
cp .env.test .env
4343
make test
4444
- name: Populate environment variables
4545
run: |

0 commit comments

Comments
 (0)