Skip to content

test(mobile): add behavioral integration tests for PlaylistDetailScreen #56

test(mobile): add behavioral integration tests for PlaylistDetailScreen

test(mobile): add behavioral integration tests for PlaylistDetailScreen #56

Workflow file for this run

name: shared
on:
pull_request:
push:
branches: [main]
jobs:
shared:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10.6.5
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm turbo run lint build --filter=@universal-healthcare/shared