Skip to content

fix: Android release build & sound play latency #11

fix: Android release build & sound play latency

fix: Android release build & sound play latency #11

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
env:
NODE_VERSION: 20.0
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
- name: Create mock ENV
run: cp __mocks__/env.json env.json
# Run tests
- run: yarn tsc
- run: yarn lint
- run: yarn test