Skip to content

feat(fsapp): add fsapp plugin #790

feat(fsapp): add fsapp plugin

feat(fsapp): add fsapp plugin #790

Workflow file for this run

name: PR Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Use Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: 20
- name: Setup Ruby
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984
with:
ruby-version: '3.1'
- name: Install dependencies
run: yarn
- name: Build packages
run: yarn build
- name: Run linter
run: yarn lint
- name: Run tests
run: yarn test
- name: Initialize react native app
run: yarn workspace @brandingbrand/code-example prebuild --build internal --platform android --app-env-initial prod --app-env-dir ./coderc/env --verbose