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 82
82
TEST_MB_DB_PASS : ${{ secrets.TEST_MB_DB_PASS }}
83
83
TEST_MB_DB_PORT : ${{ secrets.TEST_MB_DB_PORT }}
84
84
TEST_MB_DB_USER : ${{ secrets.TEST_MB_DB_USER }}
85
+ TEST_MISTRAL_API_KEY : ${{ secrets.TEST_MISTRAL_API_KEY }}
85
86
TEST_MODEL : ${{ secrets.TEST_MODEL }}
86
87
TEST_MONGO_INITDB_ROOT_USERNAME : ${{ secrets.TEST_MONGO_INITDB_ROOT_USERNAME }}
87
88
TEST_MONGO_INITDB_ROOT_PASSWORD : ${{ secrets.TEST_MONGO_INITDB_ROOT_PASSWORD }}
@@ -103,7 +104,6 @@ jobs:
103
104
TEST_SHARED_SECRETS : ${{ secrets.TEST_SHARED_SECRETS}}
104
105
TEST_TAVILY_API_KEY : ${{ secrets.TEST_TAVILY_API_KEY }}
105
106
TEST_ALLOWED_HOSTS : ${{ secrets.TEST_ALLOWED_HOSTS }}
106
- TEST_MISTRAL_API_KEY : ${{ secrets.TEST_MISTRAL_API_KEY }}
107
107
run : |
108
108
SAMPLES=$(sed 's|^samples/||' changed_samples.txt | paste -s -d ',' -)
109
109
echo "Running tests for samples: $SAMPLES"
You can’t perform that action at this time.
0 commit comments