Skip to content

feat: add udid parameter to EmulatorConfig #338

feat: add udid parameter to EmulatorConfig

feat: add udid parameter to EmulatorConfig #338

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint