Skip to content

Commit 9ab44d3

Browse files
committed
Optimize cicd cache and run integration tests
1 parent e891a2a commit 9ab44d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ runs:
122122
restore-keys: ${{ runner.os }}-node-${{ inputs.node-version }}-node-modules-
123123

124124
- name: Install NPM Dependencies
125-
if: steps.cache-npm.outputs.cache-hit != 'true'
125+
# if: steps.cache-npm.outputs.cache-hit != 'true'
126126
run: npm ci --prefer-offline --audit=false --fund=false --verbose
127127
shell: bash
128128

0 commit comments

Comments
 (0)