mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 15:17:26 +08:00
ci: Enable release flag for TypeScript tests in nightly build workflow (#4848)
ci: Enable release flag in nightly build workflow for TypeScript tests
This commit is contained in:
committed by
GitHub
parent
d5812108b3
commit
ad52046f20
1
.github/workflows/nightly_build.yml
vendored
1
.github/workflows/nightly_build.yml
vendored
@ -132,6 +132,7 @@ jobs:
|
||||
uses: ./.github/workflows/typescript_test.yml
|
||||
with:
|
||||
tests_folder: "tests"
|
||||
release: true
|
||||
secrets:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
STORE_API_KEY: ${{ secrets.STORE_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user