Skip to content

Commit

Permalink
chore(CI): Reduce test noisiness
Browse files Browse the repository at this point in the history
Set loglevel to info
  • Loading branch information
danielchalef committed Dec 5, 2023
1 parent e4ad5b6 commit 909417e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Test
run: CGO_ENABLED=1 go test -tags=testutils -race -p 1 -v ./...
env:
ZEP_LOG_LEVEL: 'info'
ZEP_OPENAI_API_KEY: ${{ secrets.ZEP_OPENAI_API_KEY }}
ZEP_ANTHROPIC_API_KEY: ${{ secrets.ZEP_ANTHROPIC_API_KEY }}
ZEP_STORE_POSTGRES_DSN: 'postgres://postgres:postgres@postgres:5432/?sslmode=disable'
Expand Down

0 comments on commit 909417e

Please sign in to comment.