Skip to content

Merge branch 'main' of https://github.com/lalalune/bgent #38

Merge branch 'main' of https://github.com/lalalune/bgent

Merge branch 'main' of https://github.com/lalalune/bgent #38

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/