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:
Gabriel Luiz Freitas Almeida 2024-11-25 21:52:50 -03:00 committed by GitHub
commit ad52046f20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}