Skip to content

Commit 643a7f7

Browse files
committed
[actions] Add rebuild updated recipes test
1 parent b9e66ea commit 643a7f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/push.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,17 @@ jobs:
5454
- name: Build apk for Python 3 arm64-v8a
5555
run: |
5656
make docker/run/make/testapps/python3/arm64-v8a
57+
58+
rebuild_updated_recipes:
59+
name: Test updated recipes
60+
needs: [flake8]
61+
runs-on: ubuntu-latest
62+
steps:
63+
- name: Checkout python-for-android
64+
uses: actions/checkout@master
65+
- name: Pull docker image
66+
run: |
67+
make docker/pull
68+
- name: Rebuild updated recipes
69+
run: |
70+
make docker/run/make/rebuild_updated_recipes

0 commit comments

Comments
 (0)