Skip to content

Commit

Permalink
DTPOMERSER-1012 - Introduce Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed May 31, 2024
1 parent 7cb0a1e commit 5e6ac32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java-version: ${{ matrix.java-version }}

- name: Setup Android SDK
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

- name: Build CORE SDK ${{ matrix.java-version }}
run: ./gradlew --stacktrace --debug --scan clean lint testDebugUnitTest jacocoTestCoverageVerification --stacktrace

0 comments on commit 5e6ac32

Please sign in to comment.