Skip to content

Commit e0a500f

Browse files
committed
ci: add demo to build matrix
1 parent 23d8b69 commit e0a500f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: macos-15
3939
strategy:
4040
matrix:
41-
example: [side-by-side, recursive, fs-experiment]
41+
example: [demo, side-by-side, recursive, fs-experiment]
4242
concurrency:
4343
group: '${{ github.workflow }}-${{ matrix.example }}-${{ github.head_ref || github.ref_name }}'
4444
cancel-in-progress: true

apps/demo/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ target 'Demo' do
2929
installer,
3030
config[:reactNativePath],
3131
:mac_catalyst_enabled => false,
32-
# :ccache_enabled => true
32+
:ccache_enabled => true
3333
)
3434
end
3535
end

0 commit comments

Comments
 (0)