Skip to content

Commit 4e4ec35

Browse files
committed
actually run tests
1 parent 2b3ae1f commit 4e4ec35

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/run_tests.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,9 @@ jobs:
6161
# credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
6262

6363
- name: Run tests
64-
if: matrix.connection == 'plain' && matrix.redis-stack-version == 'latest'
65-
env:
66-
OPENAI_API_VERSION: ${{secrets.OPENAI_API_VERSION}}
67-
OPENAI_API_KEY: ${{ secrets.OPENAI_KEY }}
68-
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
64+
# env:
65+
# OPENAI_API_KEY: ${{ secrets.OPENAI_KEY }}
66+
# COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
6967
working-directory: ./backend
7068
run: |
7169
poetry run test

0 commit comments

Comments
 (0)