Skip to content

Commit e2a11b5

Browse files
fix: test
1 parent eedf9eb commit e2a11b5

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 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,20 @@ jobs:
4747
- name: Build package
4848
run: yarn prepare
4949

50+
runs-on: ubuntu-latest
51+
52+
- name: Checkout
53+
uses: actions/checkout@v4
54+
55+
- name: Setup
56+
uses: ./.github/actions/setup
57+
58+
- name: Build package
59+
run: yarn prepare
60+
61+
- name: Validate package contents
62+
run: yarn pack --dry-run
63+
5064
build-android:
5165
runs-on: ubuntu-latest
5266
env:
@@ -99,7 +113,7 @@ jobs:
99113
100114
- name: Build example for Android
101115
env:
102-
JAVA_OPTS: "-XX:MaxHeapSize=6g"
116+
JAVA_OPTS: '-XX:MaxHeapSize=6g'
103117
run: |
104118
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
105119

0 commit comments

Comments
 (0)