Skip to content

fix: add trigram postgres index for ban #8

fix: add trigram postgres index for ban

fix: add trigram postgres index for ban #8

Workflow file for this run

name: Node CI
on: [push]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: npm install, build, lint and test
run: |
npm install
npm run build --if-present
npm run lint
npm run test:unit:ci
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: coverage/lcov-report