diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53fc39c..8332970 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]