We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e96c71 commit c69c3bbCopy full SHA for c69c3bb
.github/workflows/integration-tests.yml
@@ -16,4 +16,6 @@ jobs:
16
with:
17
go-version: '1.21'
18
- name: Run integration tests
19
+ env:
20
+ OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
21
run: go test -v -tags=integration ./api_integration_test.go
0 commit comments