Skip to content

Commit

Permalink
add env back
Browse files Browse the repository at this point in the history
  • Loading branch information
rbs333 committed Jul 19, 2024
1 parent 4e4ec35 commit 45d229d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
# credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}

- name: Run tests
# env:
# OPENAI_API_KEY: ${{ secrets.OPENAI_KEY }}
# COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_KEY }}
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
working-directory: ./backend
run: |
poetry run test

0 comments on commit 45d229d

Please sign in to comment.