Skip to content

Commit d48104d

Browse files
committed
Fix promptfoo
1 parent 41bc095 commit d48104d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
- name: Run promptfoo tests
6969
run: |
7070
promptfoo eval --config promptfoo.yaml
71+
env:
72+
XAI_API_KEY: ${{ secrets.XAI_API_KEY }}
7173

7274
lint:
7375
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)