File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - uses : gradle/actions/setup-gradle@v3
2424
2525 - name : Build KDoc
26- run : ./gradlew --no-daemon --no-configuration-cache cert4android :dokkaHtml
26+ run : ./gradlew --no-daemon --no-configuration-cache lib :dokkaHtml
2727
2828 - name : Publish KDoc
2929 if : success()
Original file line number Diff line number Diff line change 5353 # uses: github/codeql-action/autobuild@v2
5454
5555 - name : Build
56- run : ./gradlew --no-daemon cert4android :assemble
56+ run : ./gradlew --no-daemon lib :assemble
5757
5858 - name : Perform CodeQL Analysis
5959 uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 1818 - uses : gradle/actions/setup-gradle@v3
1919
2020 - name : Check
21- run : ./gradlew cert4android :check
21+ run : ./gradlew lib :check
2222
2323 test_on_emulator :
2424 name : Tests with emulator
4545 key : avd-${{ hashFiles('lib/build.gradle.kts') }} # gradle-managed devices are defined there
4646
4747 - name : Run device tests
48- run : ./gradlew --no-daemon virtualCheck
48+ run : ./gradlew --no-daemon lib: virtualCheck
You can’t perform that action at this time.
0 commit comments