ci: directly invoke Gradle

This commit is contained in:
Harsh Shandilya
2026-06-18 13:56:39 +05:30
parent 165d87ecf7
commit cef2f4990d
+1 -1
View File
@@ -20,4 +20,4 @@ jobs:
cache-read-only: true
- name: Run smoke probe
run: build-brief ./gradlew --no-configuration-cache --stacktrace :smoke-tests:run
run: ./gradlew --no-configuration-cache --stacktrace :smoke-tests:run