From 43a69d75d62c2a47a223af448ac4cd10c8b017f4 Mon Sep 17 00:00:00 2001 From: Chris Trubiani Date: Tue, 10 Dec 2024 15:23:42 -0500 Subject: [PATCH] Temp - Update node.js.yml --- .github/workflows/node.js.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 218bbe47..6c2e73bc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -38,12 +38,12 @@ jobs: env: REGISTRY_ID: ${{ secrets.AZURE_CONTAINER_REGISTRY_ID }} REGISTRY_SECRET: ${{ secrets.AZURE_CONTAINER_REGISTRY_SECRET }} - - name: Install dependencies (all) - run: npm install - - name: Run unit tests - run: npm test - - name: Report coverage - run: npm run report-coverage + # - name: Install dependencies (all) + # run: npm install + # - name: Run unit tests + # run: npm test + # - name: Report coverage + # run: npm run report-coverage sizewatcher: runs-on: ubuntu-latest