Run unit tests in separate job

This commit is contained in:
Daz DeBoer 2022-08-22 14:24:42 -06:00
parent 11c5fa73ac
commit ed5f3e6998
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 11 additions and 1 deletions

View file

@ -7,7 +7,7 @@ runs:
shell: bash
run: |
npm install
npm run all
npm run build
- name: Upload distribution
uses: actions/upload-artifact@v3
with: