Skip to content

Commit

Permalink
Check unit tests with new schema
Browse files Browse the repository at this point in the history
Partial fix for ankidroid#12246 - emulator tests still only legacy.
  • Loading branch information
dae authored and BrayanDSO committed Dec 2, 2022
1 parent cbe09ac commit 854f328
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ jobs:
max_attempts: 3
command: ./gradlew robolectricSdkDownload --daemon

- name: Switch to new schema (Linux)
if: matrix.os == 'ubuntu-latest'
run: echo "legacy_schema = false" >> local.properties

- name: Run Unit Tests
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 854f328

Please sign in to comment.