Skip to content

Commit 9ea53fc

Browse files
committed
✅ Create a x86 testapp for gh-actions
and change gh-actions job title (because it looks better)
1 parent 95af654 commit 9ea53fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit tests & Build Testapp
1+
name: Unit tests & build apps
22

33
on: ['push', 'pull_request']
44

@@ -42,12 +42,12 @@ jobs:
4242
make test
4343
4444
build:
45-
name: Build testapp
45+
name: Unit test apk
4646
needs: [flake8]
4747
runs-on: ubuntu-latest
4848
strategy:
4949
matrix:
50-
build-arch: ['arm64-v8a', 'armeabi-v7a', 'x86_64']
50+
build-arch: ['arm64-v8a', 'armeabi-v7a', 'x86_64', 'x86']
5151
steps:
5252
- name: Checkout python-for-android
5353
uses: actions/checkout@v2

0 commit comments

Comments
 (0)