mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update packageWorkflow.yml
mvn build
This commit is contained in:
parent
a01a12e312
commit
79742c4d5f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/packageWorkflow.yml
vendored
8
.github/workflows/packageWorkflow.yml
vendored
|
@ -10,10 +10,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: npm install && npm run build
|
||||
run: mvn package
|
||||
- name: Test
|
||||
run: npm test
|
||||
run: mvn test
|
||||
- name: Create Package
|
||||
run: npm pack
|
||||
run: mvn pack
|
||||
- name: Publish Package
|
||||
run: npm publish --registry https://npm.pkg.github.com/
|
||||
run: mvn deploy --registry https://npm.pkg.github.com/
|
||||
|
|
Loading…
Reference in a new issue