Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Apr 16, 2024
1 parent e802c68 commit 273ff3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/cache-java-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
- name: 'mvn(imperative): cache dependencies'
run: |
echo "::group::maven(imperative)"
jh generate-sample cache.jdl --skip-install --workspaces
jh generate-sample cache.jdl --skip-install --workspaces --monorepository --skip-git
npm run backend:build-cache -- --ntp || true
cd app1
./npmw -v
Expand Down Expand Up @@ -86,7 +86,7 @@ runs:
- name: 'gradle(reactive): cache dependencies'
run: |
echo "::group::gradle(reactive)"
jh generate-sample cache.jdl --skip-install --skip-install --workspaces --build gradle --reactive --websocket no
jh generate-sample cache.jdl --skip-install --workspaces --build gradle --reactive --websocket no --monorepository --skip-git
npm install --force
npm run backend:build-cache || true
echo "::endgroup::"
Expand Down

0 comments on commit 273ff3a

Please sign in to comment.