Skip to content

added defaultTeamId to be saved in asyncStorage (#1839) #39

added defaultTeamId to be saved in asyncStorage (#1839)

added defaultTeamId to be saved in asyncStorage (#1839) #39

Workflow file for this run

name: Mobile Build & Deploy DEV
on:
push:
branches:
- develop
paths:
- '.github/workflows/mobile.dev.yml'
- 'apps/mobile/**'
- 'package.json'
- 'yarn.lock'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Install Packages
run: |
yarn install --frozen-lockfile
- name: Build Mobile
run: |
yarn build:mobile