Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jun 14, 2024
1 parent 5b47446 commit 9b1c15e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/compare-base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ runs:
cd "${{ github.workspace }}/jhipster-kotlin"
git restore -s @~1 .
npm install
git checkout cli/cli.cjs
# use updated cli, scripts and samples
git checkout cli/cli.cjs test-integration
shell: bash
- name: 'MERGE: merge base config'
id: base-config
Expand Down

0 comments on commit 9b1c15e

Please sign in to comment.