Skip to content

Commit 5f2e516

Browse files
fix: name script test
1 parent 0b77663 commit 5f2e516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
INTEGRATION_RESULT=$?
117117
118118
echo -e "\n=== Running database connection test via chat/completions endpoint ==="
119-
./scripts/test-chat-completions.sh
119+
./scripts/database-connection.sh
120120
DB_CONNECTION_RESULT=$?
121121
122122
if [ $INTEGRATION_RESULT -ne 0 ] || [ $DB_CONNECTION_RESULT -ne 0 ]; then

0 commit comments

Comments
 (0)