mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
chore(deps): update gradle/gradle-build-action action to v2.1.6
This commit is contained in:
parent
ec44f8795a
commit
49646360c7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
||||
|
||||
- name: Run unit tests
|
||||
uses: gradle/gradle-build-action@v2.1.5
|
||||
uses: gradle/gradle-build-action@v2.1.6
|
||||
with:
|
||||
arguments: testDebug --stacktrace --no-configuration-cache
|
||||
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
||||
|
||||
- name: Check codestyle with Spotless
|
||||
uses: gradle/gradle-build-action@v2.1.5
|
||||
uses: gradle/gradle-build-action@v2.1.6
|
||||
with:
|
||||
arguments: spotlessCheck --no-configuration-cache
|
||||
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
|
||||
|
||||
- name: Build release app
|
||||
uses: gradle/gradle-build-action@v2.1.5
|
||||
uses: gradle/gradle-build-action@v2.1.6
|
||||
with:
|
||||
arguments: collectReleaseApks --no-configuration-cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue