Skip to content

Fix Addie testing tools: remove call_adcp_tool, add setup_test_agent #1486

Fix Addie testing tools: remove call_adcp_tool, add setup_test_agent

Fix Addie testing tools: remove call_adcp_tool, add setup_test_agent #1486

name: JSON Schema Validation
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
schema-validation:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run all tests
run: npm test