Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pmokeev/twist-n-sync into…
Browse files Browse the repository at this point in the history
… migrate_to_library
  • Loading branch information
pmokeev committed Aug 4, 2021
2 parents cf61bdb + 126a8df commit 73da644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main-ubuntuAndMacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
run: ./gradlew test

- name: Run android tests
if: matrix.os == 'macos-latest'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 23
target: default
arch: x86
ndk: 22.1.7171670
cmake: 3.18.1
script: ./gradlew connectedCheck
script: ./gradlew connectedCheck
2 changes: 1 addition & 1 deletion .github/workflows/main-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: .\gradlew.bat --no-daemon build

- name: Run unit tests
run: .\gradlew.bat --no-daemon test
run: .\gradlew.bat --no-daemon test

0 comments on commit 73da644

Please sign in to comment.