Skip to content

Commit 5292f1a

Browse files
Bayheckadil.rakhaliyevCopilot
authored
update: workflow files npm commands updated (#3062)
* update: workflow files npm commands updated * Update .github/workflows/health-monitor.yml Co-authored-by: Copilot <[email protected]> * Update .github/workflows/health-monitor.yml Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: adil.rakhaliyev <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 1f02f85 commit 5292f1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy-to-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: ${{steps.prep.outputs.sha}}
3333
- run: |
34-
npm i
34+
npm ci
3535
npx gulp build
3636
npm pack
3737
- id: package-name

.github/workflows/health-monitor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747

4848
- name: Install testcafe-hammerhead dependencies and run a build task
4949
run: |
50-
npm i
50+
npm ci
5151
npx gulp build
5252
working-directory: ./HealthMonitor/testcafe-hammerhead
5353

5454
- name: Install Health Monitor dependencies
5555
run: |
56-
npm i
56+
npm ci
5757
npm i testcafe-hammerhead ../testcafe-hammerhead --save
5858
working-directory: ./HealthMonitor/health-monitor
5959

@@ -143,13 +143,13 @@ jobs:
143143

144144
- name: Install testcafe-hammerhead dependencies and run a build task
145145
run: |
146-
npm i
146+
npm ci
147147
npx gulp build
148148
working-directory: ./HealthMonitor/testcafe-hammerhead
149149

150150
- name: Install Health Monitor dependencies
151151
run: |
152-
npm i
152+
npm ci
153153
npm i testcafe-hammerhead ../testcafe-hammerhead --save
154154
working-directory: ./HealthMonitor/health-monitor
155155

0 commit comments

Comments
 (0)