diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 7287544..8965707 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -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: