Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

adds search with orama #30

adds search with orama

adds search with orama #30

Workflow file for this run

name: e2e tests
on: [push, pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: npm run build
start: npm run e2e
browser: chrome
headless: true
wait-on: 'http://localhost:3400'