diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18e2d501..d3881cf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,3 +64,5 @@ jobs: run: npx nx affected --target=build --parallel=3 - name: Test run: npx nx affected --target=test --parallel=3 --ci --code-coverage + env: + OPENAI_API_KEY: ${{ secrets.OPEN_API_KEY }}