Skip to content

[#411]: Cross-granularity stitched playback in pericope view #2190

[#411]: Cross-granularity stitched playback in pericope view

[#411]: Cross-granularity stitched playback in pericope view #2190

Workflow file for this run

name: Test Check
on: [push, pull_request]
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
env:
EXPO_PUBLIC_API_BASE_URL: http://localhost:9999
run: npm test -- --ci