Skip to content

476 extend assignment indicator to reflect current stage assignee #2192

476 extend assignment indicator to reflect current stage assignee

476 extend assignment indicator to reflect current stage assignee #2192

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