Skip to content

test(scope): mock resolver in command tests to fix CI flake #122

test(scope): mock resolver in command tests to fix CI flake

test(scope): mock resolver in command tests to fix CI flake #122

Workflow file for this run

name: Code Quality Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 24.x ]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run linter
- run: npm run test:coverage
- run: npm run build --if-present
env:
CI: true