Skip to content

Commit

Permalink
add cache to build and unit test job + activate connectedCheck by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
emschu committed Aug 19, 2023
1 parent e8ef9a3 commit fe55896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ 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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
test:
runs-on: macos-latest
needs: build
strategy:
matrix:
api-level: [23, 31]
Expand Down

0 comments on commit fe55896

Please sign in to comment.