Skip to content

Commit

Permalink
add env and disable until postgres is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mattflo committed Jan 30, 2024
1 parent 0399981 commit 4214739
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
name: Test
# name: Test

on:
push:
branches:
- main
- '*'
schedule:
- cron: '0 11 * * *'
# on:
# push:
# branches:
# - main
# - '*'
# schedule:
# - cron: '0 11 * * *'

jobs:
build:
env:
TOGETHER_API_KEY: ${{ secrets.TOGETHER_API_KEY }}
SERPAPI_API_KEY: ${{ secrets.SERPAPI_API_KEY }}
LANGCHAIN_API_KEY: ${{ secrets.LANGCHAIN_API_KEY }}
LANGCHAIN_TRACING_V2: true
LANGCHAIN_ENDPOINT: https://api.smith.langchain.com
LANGCHAIN_PROJECT: wai-ga

runs-on: ubuntu-latest

Expand Down

0 comments on commit 4214739

Please sign in to comment.