Skip to content

Commit

Permalink
Temp - Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrubian authored Dec 10, 2024
1 parent f6d71e0 commit 43a69d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43a69d7

Please sign in to comment.