File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 id : first-installation
6464 run : npm ci
6565 continue-on-error : true
66- - if : steps.first-installation.outputs.status == 'failure ' && steps.packagejson.outputs.exists == 'true'
66+ - if : steps.first-installation.outcome != 'success ' && steps.packagejson.outputs.exists == 'true'
6767 name : Clear NPM cache and install deps again
6868 run : |
6969 npm cache clean --force
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 id : first-installation
103103 run : npm ci
104104 continue-on-error : true
105- - if : steps.first-installation.outputs.status == 'failure ' && steps.packagejson.outputs.exists == 'true'
105+ - if : steps.first-installation.outcome != 'success ' && steps.packagejson.outputs.exists == 'true'
106106 name : Clear NPM cache and install deps again
107107 run : |
108108 npm cache clean --force
You can’t perform that action at this time.
0 commit comments