Skip to content

add current cpr search model into embeddings generation #6

add current cpr search model into embeddings generation

add current cpr search model into embeddings generation #6

Workflow file for this run

name: run-tests
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: copy environment
run: cp .env.example .env
- name: build
run: make build
- name: test
run: make test