Skip to content

Commit

Permalink
chore: added openai as secret to test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga committed Jan 11, 2024
1 parent cc27c64 commit a32c6fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a32c6fa

Please sign in to comment.