Skip to content

Commit f1950f5

Browse files
committed
ci: Add GitHub Actions workflow for build, APK generation, and release.
1 parent c4dcfb3 commit f1950f5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- name: Install dependencies
5959
run: npm install
6060

61+
- name: Verify patches applied
62+
run: npx patch-package
63+
6164
- name: Build Android Release APK
6265
run: |
6366
cd android
@@ -110,6 +113,9 @@ jobs:
110113
- name: Install dependencies
111114
run: npm install
112115

116+
- name: Verify patches applied
117+
run: npx patch-package
118+
113119
- name: Build Android Release APK
114120
run: |
115121
cd android

0 commit comments

Comments
 (0)