Skip to content

Merge branch 'master' of https://github.com/jjasloot/OVDB #657

Merge branch 'master' of https://github.com/jjasloot/OVDB

Merge branch 'master' of https://github.com/jjasloot/OVDB #657

Workflow file for this run

name: OVDB CI
on:
push:
jobs:
build-frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build frontend
run: |
cd OV_DB/OVDBFrontend
npm install
npm run build
build-backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.0.x
- name: Build backend
run: |
cd OV_DB
dotnet build