diff --git a/.github/workflows/deploy-to-artifacts.yml b/.github/workflows/deploy-to-artifacts.yml index 1eb8c5d3d..5e34b90e1 100644 --- a/.github/workflows/deploy-to-artifacts.yml +++ b/.github/workflows/deploy-to-artifacts.yml @@ -31,7 +31,7 @@ jobs: with: ref: ${{steps.prep.outputs.sha}} - run: | - npm i + npm ci npx gulp build npm pack - id: package-name diff --git a/.github/workflows/health-monitor.yml b/.github/workflows/health-monitor.yml index 14ac753c4..3cf3d015a 100644 --- a/.github/workflows/health-monitor.yml +++ b/.github/workflows/health-monitor.yml @@ -47,13 +47,13 @@ jobs: - name: Install testcafe-hammerhead dependencies and run a build task run: | - npm i + npm ci npx gulp build working-directory: ./HealthMonitor/testcafe-hammerhead - name: Install Health Monitor dependencies run: | - npm i + npm ci npm i testcafe-hammerhead ../testcafe-hammerhead --save working-directory: ./HealthMonitor/health-monitor @@ -143,13 +143,13 @@ jobs: - name: Install testcafe-hammerhead dependencies and run a build task run: | - npm i + npm ci npx gulp build working-directory: ./HealthMonitor/testcafe-hammerhead - name: Install Health Monitor dependencies run: | - npm i + npm ci npm i testcafe-hammerhead ../testcafe-hammerhead --save working-directory: ./HealthMonitor/health-monitor