Skip to content

Commit

Permalink
Add prebuild CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Jan 28, 2025
1 parent 040379e commit 64a3737
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,24 @@ jobs:
- run: bunx expo config
working-directory: example

prebuild-example:
name: Expo Prebuild (example project)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- run: bun install

- run: bun install
working-directory: example

- run: bunx expo prebuild
working-directory: example

swift-lint:
name: SwiftLint (example project)
runs-on: macos-latest
Expand Down

0 comments on commit 64a3737

Please sign in to comment.