Skip to content

enable calculating embeddings on text block windows #11

enable calculating embeddings on text block windows

enable calculating embeddings on text block windows #11

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
# https://github.com/marketplace/actions/docker-layer-caching
jobs:
build-start-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
cp .env.example .env
make build
- name: Run Unit Tests
run: make test