Skip to content

Commit e2cb4de

Browse files
authored
[Infra] Fix: pdate Gradle task path in AI daily tests (#7890)
Adjust the Gradle command in the daily AI tests workflow to correctly reference the `firebase-ai:connectedCheck` task. The task is now explicitly invoked within the `ai-logic` project.
1 parent ed4ef90 commit e2cb4de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ai-daily-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
heap-size: 4096M
5757
script: |
5858
adb logcat -v time > logcat.txt &
59-
./gradlew firebase-ai:connectedCheck withErrorProne -PtargetBackend="prod"
59+
./gradlew ai-logic:firebase-ai:connectedCheck withErrorProne -PtargetBackend="prod"
6060
6161
- name: Upload logs
6262
if: failure()

0 commit comments

Comments
 (0)