Skip to content

add goal tests, fix other tests, reference zeroUuid in lib constants #17

add goal tests, fix other tests, reference zeroUuid in lib constants

add goal tests, fix other tests, reference zeroUuid in lib constants #17

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_SERVICE_API_KEY: ${{ secrets.SUPABASE_SERVICE_API_KEY }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci
- run: npm run build --if-present
- run: npm run test -- ./src/lib/__tests__/