Avoid runnning unit tests to verify outputs

This commit is contained in:
Daz DeBoer 2022-09-22 07:58:37 -06:00
parent 8a17724c3e
commit aeb3e0fcd7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: DD6B9F0B06683D5D

View file

@ -19,7 +19,7 @@ jobs:
- name: Build
run: |
npm install
npm run all
npm run build
- name: Compare the expected and actual dist/ directories
run: |