Skip to content

Commit

Permalink
2nd attempt at running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpage authored Nov 6, 2023
1 parent de06f05 commit 8848f31
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,13 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- name: Checkout Source
- uses: actions/checkout@v3
- name: Run Unit Tests
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Jest
- run: npm i jest --save-dev
- name: Install Jest CLI
- run: npm i jest-cli -g
- name: Run Unit Tests
- run: jest

0 comments on commit 8848f31

Please sign in to comment.