Skip to content

Commit

Permalink
feat: Run tests every day, fix Langchain template tests (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnesveda authored Aug 29, 2023
1 parent 5f0b04d commit bb6cbe0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
paths-ignore:
- 'dist/**'
schedule:
- cron: '0 0 * * *'

jobs:
lint_and_test:
Expand Down Expand Up @@ -80,6 +82,7 @@ jobs:
run: npm run test-node-templates
env:
APIFY_TOKEN: ${{ secrets.APIFY_TEST_USER_API_TOKEN }}
OPENAI_API_KEY: ${{ secrets.APIFY_SERVICE_ACCOUNT_OPENAI_API_KEY }}

test-python-templates:
name: Test Python templates
Expand Down

0 comments on commit bb6cbe0

Please sign in to comment.