Skip to content

Commit

Permalink
ci(android): run all emulators on push and pull
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed May 15, 2024
1 parent 023316a commit b956af9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 131 deletions.
130 changes: 0 additions & 130 deletions .github/workflows/android-pr.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: Android Push Testsuite
name: Android Testsuite

on:
push:
Expand All @@ -24,6 +24,12 @@ on:
- 'LICENSE'
- '.eslint*'

pull_request:
paths-ignore:
- '**.md'
- 'LICENSE'
- '.eslint*'

jobs:
test:
name: Android ${{ matrix.versions.android }} Test
Expand Down Expand Up @@ -62,6 +68,7 @@ jobs:

- android: 8.1
android-api: 27
system-image-arch: x86

- android: 9
android-api: 28
Expand Down

0 comments on commit b956af9

Please sign in to comment.