Skip to content

Commit

Permalink
chore: run integration tests as part of test
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Dec 18, 2024
1 parent e72f5c3 commit 9ab415f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:

- name: Test
run: poetry run pytest -rP tests/custom

- name: Integration Tests
env:
VECTARA_API_KEY: ${{ secrets.VECTARA_API_KEY }}
run: poetry run pytest -rP int_tests

publish:
needs: [compile, test]
Expand Down

0 comments on commit 9ab415f

Please sign in to comment.