Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Update GitHub Actions workflow to run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Apr 5, 2020
1 parent f439d92 commit 790dd17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Build application
run: npm run build
- name: Check formatting
run: npm run lint
- name: Run tests
run: npm test --if-present
run: npm run lint:all
- name: Run unit tests
run: npm run test:unit
env:
CI: true

0 comments on commit 790dd17

Please sign in to comment.