Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpage committed Nov 6, 2023
2 parents c7977d5 + 8e050ee commit 61af67c
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 61af67c

Please sign in to comment.