Skip to content

chore: session id will be rotate on app restart #704

chore: session id will be rotate on app restart

chore: session id will be rotate on app restart #704

Workflow file for this run

name: CI
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
tests:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: yarn install
- run: yarn test
- run: yarn test:rn
lint:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn prettier:check
type-check:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: |
yarn
cd examples/example-expo
yarn global add yalc
yarn
yarn tsc