We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dcfb3 commit f1950f5Copy full SHA for f1950f5
1 file changed
.github/workflows/ci.yml
@@ -58,6 +58,9 @@ jobs:
58
- name: Install dependencies
59
run: npm install
60
61
+ - name: Verify patches applied
62
+ run: npx patch-package
63
+
64
- name: Build Android Release APK
65
run: |
66
cd android
@@ -110,6 +113,9 @@ jobs:
110
113
111
114
112
115
116
117
118
119
120
121
0 commit comments