Skip to content

Commit

Permalink
Fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgerth committed Mar 25, 2022
1 parent 869af42 commit 02aff6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Run npm install
run: npm install
- name: Run linting
run: npm run eslint
- name: Run build and test
run: |
npm install
npm run eslint
npm run build
npm test

0 comments on commit 02aff6c

Please sign in to comment.