Skip to content

Commit

Permalink
disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
i.o.novikov committed Feb 22, 2022
1 parent 7b00939 commit baeb74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/android_lib.merge_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,15 @@ on:

jobs:
cheks:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: set up JDK ${{ inputs.java_version }}
uses: actions/setup-java@v2
with:
java-version: ${{ inputs.java_version }}
distribution: 'temurin'
cache: gradle

- name: Cache Gradle and wrapper
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_lib.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.repository.default_branch }}

- name: set up JDK ${{ inputs.java_version }}
uses: actions/setup-java@v2
with:
java-version: ${{ inputs.java_version }}
distribution: 'temurin'
cache: gradle

- name: Retrieve the secret and decode it to a file
env:
Expand Down

0 comments on commit baeb74b

Please sign in to comment.