|
|
@ -1,7 +1,7 @@ |
|
|
|
name: CI workflow |
|
|
|
name: CI workflow |
|
|
|
on: |
|
|
|
on: |
|
|
|
push: |
|
|
|
push: |
|
|
|
branches: [ dev, main, pba-751-jQueryUpgrade ] |
|
|
|
branches: [ dev, main ] |
|
|
|
tags: |
|
|
|
tags: |
|
|
|
- '*.*.*' |
|
|
|
- '*.*.*' |
|
|
|
pull_request: |
|
|
|
pull_request: |
|
|
@ -54,7 +54,6 @@ jobs: |
|
|
|
node -v |
|
|
|
node -v |
|
|
|
npm install -g lerna |
|
|
|
npm install -g lerna |
|
|
|
npm install |
|
|
|
npm install |
|
|
|
npm run bootstrap |
|
|
|
|
|
|
|
npm run install-build-tools |
|
|
|
npm run install-build-tools |
|
|
|
lerna run install-build-tools |
|
|
|
lerna run install-build-tools |
|
|
|
export PATH="$HOME/.composer/vendor/bin:$PATH" |
|
|
|
export PATH="$HOME/.composer/vendor/bin:$PATH" |
|
|
|