Skip to content

Commit

Permalink
pass openai secret
Browse files Browse the repository at this point in the history
  • Loading branch information
sashabaranov committed Jun 13, 2024
1 parent 7e96c71 commit 891c744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Integration tests

on:
push:
branches:
- master
- push

jobs:
integration_tests:
Expand All @@ -16,4 +14,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 891c744

Please sign in to comment.