Skip to content

Logic to find identical-or-better items, UI WIP #1278

Logic to find identical-or-better items, UI WIP

Logic to find identical-or-better items, UI WIP #1278

Workflow file for this run

name: Frontend - Test Build for PR
on:
push:
pull_request:
# branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Build
run: |
npm ci
npm run build
npm run test