Skip to content

Commit 41ff8e3

Browse files
fix: test
1 parent eedf9eb commit 41ff8e3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- "*"
5+
- '*'
66
pull_request:
77
branches:
88
- main
@@ -47,6 +47,9 @@ jobs:
4747
- name: Build package
4848
run: yarn prepare
4949

50+
- name: Validate package contents
51+
run: yarn pack --dry-run
52+
5053
build-android:
5154
runs-on: ubuntu-latest
5255
env:
@@ -99,7 +102,7 @@ jobs:
99102
100103
- name: Build example for Android
101104
env:
102-
JAVA_OPTS: "-XX:MaxHeapSize=6g"
105+
JAVA_OPTS: '-XX:MaxHeapSize=6g'
103106
run: |
104107
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
105108

0 commit comments

Comments
 (0)