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:
commit
a0effe39d6
1 changed files with 20 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue