diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07196d2942b6..44db0d8077a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: if: ${{ needs.path-filter.outputs.python == 'true' || needs.path-filter.outputs.frontend == 'true' || needs.path-filter.outputs.tests == 'true' }} uses: ./.github/workflows/typescript_test.yml with: - tests_folder: "tests/end-to-end" + tests_folder: tests/end-to-end secrets: OPENAI_API_KEY: "${{ secrets.OPENAI_API_KEY }}" STORE_API_KEY: "${{ secrets.STORE_API_KEY }}"