We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedf9eb commit 41ff8e3Copy full SHA for 41ff8e3
1 file changed
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
on:
3
push:
4
branches:
5
- - "*"
+ - '*'
6
pull_request:
7
8
- main
@@ -47,6 +47,9 @@ jobs:
47
- name: Build package
48
run: yarn prepare
49
50
+ - name: Validate package contents
51
+ run: yarn pack --dry-run
52
+
53
build-android:
54
runs-on: ubuntu-latest
55
env:
@@ -99,7 +102,7 @@ jobs:
99
102
100
103
- name: Build example for Android
101
104
- JAVA_OPTS: "-XX:MaxHeapSize=6g"
105
+ JAVA_OPTS: '-XX:MaxHeapSize=6g'
106
run: |
107
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
108
0 commit comments