Skip to content

HARMONY-2240: Fix to make sure custom query parameters are added to S… #3836

HARMONY-2240: Fix to make sure custom query parameters are added to S…

HARMONY-2240: Fix to make sure custom query parameters are added to S… #3836

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