Skip to content

Commit

Permalink
(actions) run npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Feb 3, 2022
1 parent 6af923a commit fe28853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Build
run: |
npm run build --prefix ${{ matrix.package }}
- name: Test
run: |
npm test --prefix ${{ matrix.package }}
- name: Success
run: |
echo -e "\e[35m\e[1mThe build of '${{ matrix.package }}' has succeeded, please make sure that the 'build'/'dist' folder is up-to-date\e[0m"
Expand Down

0 comments on commit fe28853

Please sign in to comment.