Skip to content

Add Gemini as image comparison algorithm #473 #776

Add Gemini as image comparison algorithm #473

Add Gemini as image comparison algorithm #473 #776

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install npm dependencies
run: npm ci
- name: Unit tests
run: npm test -- --coverage