Skip to content

Commit

Permalink
integration tests: pass openai secret (#770)
Browse files Browse the repository at this point in the history
* pass openai secret

* only run in master branch
  • Loading branch information
sashabaranov committed Jun 13, 2024
1 parent 7e96c71 commit c69c3bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
with:
go-version: '1.21'
- name: Run integration tests
env:
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
run: go test -v -tags=integration ./api_integration_test.go

0 comments on commit c69c3bb

Please sign in to comment.