Skip to content

Commit

Permalink
Re-enable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Jan 2, 2025
1 parent 014fd7a commit 7a11a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,6 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-disabled: true

- name: Fetch artifacts
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -451,6 +449,7 @@ jobs:
api-level: 31
arch: x86_64
script: echo "Generated Emulator snapshot for caching."
ndk: 27.0.12077973

- name: Run tests on Android Emulator
uses: reactivecircus/android-emulator-runner@v2
Expand All @@ -461,6 +460,7 @@ jobs:
api-level: 31
arch: x86_64
script: cd packages/realm/tests && flutter test integration_test/all_tests.dart --dart-define=BAAS_BAASAAS_API_KEY=$BAAS_BAASAAS_API_KEY --dart-define=BAAS_DIFFERENTIATOR=$BAAS_DIFFERENTIATOR --file-reporter=json:test-results.json --suppress-analytics
ndk: 27.0.12077973

- name: Publish Test Report
uses: dorny/test-reporter@v1.8.0
Expand Down

0 comments on commit 7a11a18

Please sign in to comment.