Skip to content

Commit

Permalink
test empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Sep 24, 2024
1 parent 64addbf commit 85519a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ jobs:
uses: ./.github/workflows/typescript_test.yml
with:
tests_folder: "tests/core"
secrets:
OPENAI_API_KEY: "${{ secrets.OPENAI_API_KEY }}"
STORE_API_KEY: "${{ secrets.STORE_API_KEY }}"
TEST_KEY: "mykey"
secrets: inherit
# OPENAI_API_KEY: "${{ secrets.OPENAI_API_KEY }}"
# STORE_API_KEY: "${{ secrets.STORE_API_KEY }}"
# TEST_KEY: "mykey"

backend-unit-tests:
# if: github.repository == 'langflow-ai/langflow'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
SEARCH_API_KEY: "${{ secrets.SEARCH_API_KEY }}"
ASTRA_DB_APPLICATION_TOKEN: "${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}"
ASTRA_DB_API_ENDPOINT: "${{ secrets.ASTRA_DB_API_ENDPOINT }}"
TEST_KEY: ${{ inputs.TEST_KEY || 'fallback' }}
TEST_KEY: ${{ inputs.TEST_KEY || secrets.TEST_KEY }}
outputs:
failed: ${{ steps.check-failure.outputs.failed }}
steps:
Expand Down

0 comments on commit 85519a8

Please sign in to comment.