Skip to content

Commit

Permalink
fix gradle cache action position
Browse files Browse the repository at this point in the history
  • Loading branch information
emschu committed Aug 19, 2023
1 parent fe55896 commit 2cedc72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Gradle cache
uses: gradle/gradle-build-action@v2
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 20
cache: gradle
- name: Gradle cache
uses: gradle/gradle-build-action@v2
- name: Build with Gradle
run: ./gradlew build --no-daemon
- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: macos-latest
runs-on: macos-11
strategy:
matrix:
api-level: [23, 31]
Expand Down

0 comments on commit 2cedc72

Please sign in to comment.