Skip to content

HARMONY-2318: Add read only access to the harmony database. #4130

HARMONY-2318: Add read only access to the harmony database.

HARMONY-2318: Add read only access to the harmony database. #4130

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.14.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: |
**/package-lock.json
packages/*/package-lock.json
services/*/package-lock.json
- run: npm ci
- run: npm test