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:
parent
d5812108b3
commit
ad52046f20
1 changed files with 1 additions and 0 deletions
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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue