Merge pull request 'fix: No CI pipeline coverage for push3-evolution or push3-transpiler tests (#563)' (#1043) from fix/issue-563 into master

This commit is contained in:
johba 2026-03-20 09:36:02 +01:00
commit a0effe39d6

View file

@ -81,6 +81,26 @@ steps:
npm test
'
- name: evolution-tests
image: registry.niovi.voyage/harb/node-ci:latest
when:
- event: pull_request
path:
include:
- tools/push3-evolution/**
- tools/push3-transpiler/**
commands:
- |
bash -c '
set -euo pipefail
cd tools/push3-transpiler
npm install --silent
cd ../push3-evolution
npm install --silent
npm run build
npm test
'
- name: single-package-manager
image: registry.niovi.voyage/harb/node-ci:latest
commands: