Skip to content

Commit

Permalink
adds pretest step to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Jan 25, 2023
1 parent 5f3363c commit 14ceff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci
- name: Pre-Build
run: npm run build
- name: Lint Code
run: ./node_modules/.bin/eslint index.js
- name: Run Tests
Expand Down

0 comments on commit 14ceff7

Please sign in to comment.