Skip to content

Commit 0ccd280

Browse files
ci fix
1 parent 3637f92 commit 0ccd280

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci_run_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,14 @@ jobs:
5353
gradle-version: 8.10
5454
use-wrapper: false
5555

56+
- name: Generate Gradle wrapper
57+
working-directory: TheAppRoot
58+
run: gradle wrapper --gradle-version 8.10
59+
5660
# Build all modules
5761
- name: Build all modules
5862
working-directory: goldenmaster
59-
run: gradle runAll --stacktrace
63+
run: ./gradlew runAll --stacktrace
6064

6165
# Run all unit tests (JVM tests for Android modules)
6266
- name: Run all tests

0 commit comments

Comments
 (0)