File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8282 TEST_MB_DB_PASS : ${{ secrets.TEST_MB_DB_PASS }}
8383 TEST_MB_DB_PORT : ${{ secrets.TEST_MB_DB_PORT }}
8484 TEST_MB_DB_USER : ${{ secrets.TEST_MB_DB_USER }}
85+ TEST_MISTRAL_API_KEY : ${{ secrets.TEST_MISTRAL_API_KEY }}
8586 TEST_MODEL : ${{ secrets.TEST_MODEL }}
8687 TEST_MONGO_INITDB_ROOT_USERNAME : ${{ secrets.TEST_MONGO_INITDB_ROOT_USERNAME }}
8788 TEST_MONGO_INITDB_ROOT_PASSWORD : ${{ secrets.TEST_MONGO_INITDB_ROOT_PASSWORD }}
@@ -103,7 +104,6 @@ jobs:
103104 TEST_SHARED_SECRETS : ${{ secrets.TEST_SHARED_SECRETS}}
104105 TEST_TAVILY_API_KEY : ${{ secrets.TEST_TAVILY_API_KEY }}
105106 TEST_ALLOWED_HOSTS : ${{ secrets.TEST_ALLOWED_HOSTS }}
106- TEST_MISTRAL_API_KEY : ${{ secrets.TEST_MISTRAL_API_KEY }}
107107 run : |
108108 SAMPLES=$(sed 's|^samples/||' changed_samples.txt | paste -s -d ',' -)
109109 echo "Running tests for samples: $SAMPLES"
You can’t perform that action at this time.
0 commit comments