Skip to content

Commit

Permalink
Cleanup auto test log
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpage authored Nov 6, 2023
1 parent 11845d0 commit 8e050ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
- name: Fetch Source
uses: actions/checkout@v3
- name: Install Jest
run: npm i jest --save-dev
- name: Install Jest CLI
run: npm i jest-cli -g
- name: Install Jest framework
run: |
npm i jest --save-dev
npm i jest-cli -g
- name: Run Unit Tests
run: jest

0 comments on commit 8e050ee

Please sign in to comment.