Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/python-requirements-91ec5d3a41
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertitsworth authored Aug 16, 2024
2 parents 7b0662f + 5681802 commit 737b241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
bash -c "pip install pytest && pytest test/test_embed.py -W ignore::DeprecationWarning"
env:
OLLAMA_HOST: "https://totalsundae-ollama.hf.space"
LANGCHAIN_API_KEY: ${{ secrets.LANGCHAIN_API_KEY }}
e2e-test:
needs: [embed-test]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -122,5 +123,6 @@ jobs:
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ github.token }}
LANGCHAIN_API_KEY: ${{ secrets.LANGCHAIN_API_KEY }}
TEST: true
OLLAMA_HOST: "https://totalsundae-ollama.hf.space"
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@ jobs:
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ github.token }}
LANGCHAIN_API_KEY: ${{ secrets.LANGCHAIN_API_KEY }}
- uses: cypress-io/github-action@v6
with:
config-file: ${{ github.workspace }}/cypress/cypress.config.ts
record: true
spec: cypress/e2e/set_chat_settings/spec.cy.ts
start: chainlit run app.py -h
wait-on: 'http://localhost:8000'
wait-on-timeout: 10
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ github.token }}
LANGCHAIN_API_KEY: ${{ secrets.LANGCHAIN_API_KEY }}

0 comments on commit 737b241

Please sign in to comment.