Skip to content

Commit d5c947e

Browse files
committed
Run AI tests in CI too
1 parent 2322836 commit d5c947e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
run: dotnet build -m:1 -bl:build.binlog
7373

7474
- name: 🧪 test
75+
env:
76+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
77+
XAI_API_KEY: ${{ secrets.XAI_API_KEY }}
7578
run: |
7679
dotnet tool update -g dotnet-retest
7780
dotnet retest -- --no-build

0 commit comments

Comments
 (0)