Skip to content

Commit

Permalink
added in CI config newline at the end, and if condition on runner os
Browse files Browse the repository at this point in the history
  • Loading branch information
pmokeev committed Aug 3, 2021
1 parent d4ad8f3 commit 126a8df
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: 21
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 126a8df

Please sign in to comment.