Skip to content

feat(targets): support ESM and TypeScript expo-target.config files #86

feat(targets): support ESM and TypeScript expo-target.config files

feat(targets): support ESM and TypeScript expo-target.config files #86

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --ignore-scripts
- name: Test apple-targets
run: bun run jest --no-watch
working-directory: packages/apple-targets
- name: Test create-target
run: bun run jest
working-directory: packages/create-target