diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 4b865187..388dc25e 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -46,6 +46,8 @@ jobs: npx playwright install --with-deps - name: Run Playwright tests + env: + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} run: | cd app DEBUG=pw:webserver npx playwright test \ No newline at end of file