Skip to content

Commit 5b252aa

Browse files
authored
Add environment variables for test execution
1 parent 73e6960 commit 5b252aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/auto-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ jobs:
2222
run: npm install --no-package-lock
2323

2424
- name: Run tests
25+
env:
26+
LLM_APP_ID: ${{ secrets.LLM_APP_ID }}
27+
LLM_AUTH: ${{ secrets.LLM_AUTH }}
2528
run: npm run test

0 commit comments

Comments
 (0)