Skip to content

Merge pull request #1912 from ever-co/bug/timer-width-change-when-run… #63

Merge pull request #1912 from ever-co/bug/timer-width-change-when-run…

Merge pull request #1912 from ever-co/bug/timer-width-change-when-run… #63

Workflow file for this run

name: Mobile Build 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