Skip to content

feat: add release-tests workflow for sequential pre-release validation #439

feat: add release-tests workflow for sequential pre-release validation

feat: add release-tests workflow for sequential pre-release validation #439

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
workflow_call:
permissions:
contents: read
jobs:
test:
name: Run APIOps Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v5
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test