Skip to content

Commit

Permalink
Bump eskatos/gradle-command-action from 1 to 1.3.3 (#4011)
Browse files Browse the repository at this point in the history
Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 1 to 1.3.3.
- [Release notes](https://github.com/eskatos/gradle-command-action/releases)
- [Commits](gradle/gradle-build-action@v1...v1.3.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2021
1 parent d205024 commit f192e2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: "11"

- name: Compile screenshots android tests
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v1.3.3
with:
arguments: >
compileOffPlaystoreScreenshotsAndroidTestSources
Expand All @@ -43,7 +43,7 @@ jobs:
java-version: "11"

- name: Run unit tests
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v1.3.3
with:
arguments: >
testObfPlaystoreDebugUnitTest
Expand All @@ -69,7 +69,7 @@ jobs:
run: 'echo "ndk.dir=${ANDROID_HOME}/ndk-bundle" > local.properties'

- name: Assemble debug APKs
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v1.3.3
with:
arguments: assembleDebug

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
run: "echo \"org.gradle.jvmargs=-Xmx4096m\" >> gradle.properties"

- name: Lint sources
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v1.3.3
with:
arguments: lintOffPlayStoreDebug --stacktrace

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: '11'

- name: Unit tests
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v1.3.3
with:
arguments: testObfPlaystoreDebugUnitTest --stacktrace

Expand All @@ -39,7 +39,7 @@ jobs:
java-version: '11'

- name: Unit tests
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v1.3.3
with:
arguments: testOffPlaystoreDebugUnitTest --stacktrace

Expand All @@ -57,7 +57,7 @@ jobs:
java-version: '11'

- name: Unit tests
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v1.3.3
with:
arguments: testOpfPlaystoreDebugUnitTest --stacktrace

Expand All @@ -75,7 +75,7 @@ jobs:
java-version: '11'

- name: Unit tests
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v1.3.3
with:
arguments: testOpffPlaystoreDebugUnitTest --stacktrace

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: "echo \"ndk.dir=${ANDROID_HOME}/ndk-bundle\" > local.properties"

- name: Build debug APKs
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v1.3.3
with:
arguments: assembleDebug --stacktrace

Expand Down

0 comments on commit f192e2e

Please sign in to comment.