From 9b1c15e928eebaca61aac10e8725fc49f7bfa7d8 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Fri, 14 Jun 2024 13:47:34 -0300 Subject: [PATCH] Update action.yml --- .github/actions/compare-base/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/compare-base/action.yml b/.github/actions/compare-base/action.yml index 7c476205f..a6184c088 100644 --- a/.github/actions/compare-base/action.yml +++ b/.github/actions/compare-base/action.yml @@ -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