Skip to content

Commit 61b9e49

Browse files
committed
chore: update github actions
1 parent 3560e69 commit 61b9e49

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/example-android-build-check.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
working-directory: [apps/paper-example, apps/fabric-example]
37+
working-directory:
38+
[
39+
apps/paper-example,
40+
apps/fabric-example,
41+
apps/external-worklets/example,
42+
]
3843
fail-fast: false
3944
concurrency:
4045
group: android-${{ matrix.working-directory }}-${{ github.ref }}

.github/workflows/example-ios-build-check.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ jobs:
3838
runs-on: macos-14
3939
strategy:
4040
matrix:
41-
working-directory: [apps/paper-example, apps/fabric-example]
41+
working-directory:
42+
[
43+
apps/paper-example,
44+
apps/fabric-example,
45+
apps/external-worklets-example,
46+
]
4247
fail-fast: false
4348
concurrency:
4449
group: ios-${{ matrix.working-directory }}-${{ github.ref }}

.github/workflows/example-typescript-check-and-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
apps/paper-example,
2727
apps/tvos-example,
2828
apps/web-example,
29+
apps/external-worklets-example,
2930
]
3031
concurrency:
3132
group: typescript-${{ matrix.working-directory }}-${{ github.ref }}

0 commit comments

Comments
 (0)