Skip to content

Commit

Permalink
chore: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Dec 17, 2024
1 parent 930daba commit 7ad15d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/example-android-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
working-directory: [apps/paper-example, apps/fabric-example]
working-directory:
[
apps/paper-example,
apps/fabric-example,
apps/external-worklets/example,
]
fail-fast: false
concurrency:
group: android-${{ matrix.working-directory }}-${{ github.ref }}
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/example-ios-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ jobs:
runs-on: macos-14
strategy:
matrix:
working-directory: [apps/paper-example, apps/fabric-example]
working-directory:
[
apps/paper-example,
apps/fabric-example,
apps/external-worklets-example,
]
fail-fast: false
concurrency:
group: ios-${{ matrix.working-directory }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/example-typescript-check-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
apps/paper-example,
apps/tvos-example,
apps/web-example,
apps/external-worklets-example,
]
concurrency:
group: typescript-${{ matrix.working-directory }}-${{ github.ref }}
Expand Down

0 comments on commit 7ad15d2

Please sign in to comment.