diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-06-09 10:49:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 10:49:53 +0530 |
commit | f968b21bf665975e17ad9b03bcff652000e96ec4 (patch) | |
tree | 210eda89bb01e32196ac740ced49c89102b7e34c /.github/workflows/pull_request.yml | |
parent | 4c666cfaa2ae2981c580044477788458d3cb29ce (diff) |
chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v1.7.0 (#1941)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index db95e51b..41f4ed76 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -42,7 +42,7 @@ jobs: if: "${{ steps.service-changed.outputs.result == 'true' }}" uses: gradle/gradle-build-action@v2.2.0 with: - arguments: spotlessCheck + arguments: --no-configuration-cache spotlessCheck unit-tests: runs-on: ubuntu-latest @@ -76,7 +76,7 @@ jobs: if: "${{ steps.service-changed.outputs.result == 'true' }}" uses: gradle/gradle-build-action@v2.2.0 with: - arguments: test -PslimTests + arguments: --no-configuration-cache test -PslimTests - name: (Fail-only) Upload test report if: "${{ failure() }}" @@ -117,7 +117,7 @@ jobs: if: "${{ steps.service-changed.outputs.result == 'true' }}" uses: gradle/gradle-build-action@v2.2.0 with: - arguments: assembleFreeDebug assembleNonFreeDebug + arguments: --no-configuration-cache assembleFreeDebug assembleNonFreeDebug check-api: runs-on: ubuntu-latest @@ -151,7 +151,7 @@ jobs: if: "${{ steps.service-changed.outputs.result == 'true' }}" uses: gradle/gradle-build-action@v2.2.0 with: - arguments: apiCheck + arguments: --no-configuration-cache apiCheck lint-debug: runs-on: ubuntu-latest @@ -185,7 +185,7 @@ jobs: if: "${{ steps.service-changed.outputs.result == 'true' }}" uses: gradle/gradle-build-action@v2.2.0 with: - arguments: lintDebug + arguments: --no-configuration-cache lintDebug assemble-release-apks: runs-on: ubuntu-latest @@ -219,4 +219,4 @@ jobs: if: "${{ steps.service-changed.outputs.result == 'true' }}" uses: gradle/gradle-build-action@v2.2.0 with: - arguments: aNFR + arguments: --no-configuration-cache aNFR |