Skip to content

Live communication and production mobile setup #5

Live communication and production mobile setup

Live communication and production mobile setup #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
env:
EXPO_PUBLIC_API_URL: https://backend.ruffl.thomaswhite.me
EXPO_PUBLIC_SENTRY_ENVIRONMENT: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm run lint
- run: npm test
- run: npm run export:web