Skip to content

Commit

Permalink
chore: run npm install on code-coverage-gate
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Nov 12, 2023
1 parent da33dbe commit 15b8687
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .drone/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ steps :
DEPLOYER_PASSWORD :
from_secret : DEPLOYER_PASSWORD
commands :
- javac -version
- mvn -version
- node --version
- npm --version
- npx --version
- npm install
- mvn clean verify -Dstyle.color=always -Dmaven.javadoc.skip=true -s ../maven-settings.xml -Ddeployer.username=$DEPLOYER_USERNAME -Ddeployer.password=$DEPLOYER_PASSWORD
- mvn install -Dstyle.color=always -Dmaven.javadoc.skip=true -DskipTests -Dmaven.test.skip=true --file bookingdb-support/pom.xml -s ../maven-settings.xml -Ddeployer.username=$DEPLOYER_USERNAME -Ddeployer.password=$DEPLOYER_PASSWORD

Expand Down

0 comments on commit 15b8687

Please sign in to comment.