ci: Fix up test of the site.

This commit is contained in:
Dorian 2020-02-21 12:11:14 -05:00
parent 40203d8b74
commit 6b494ade66
1 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,9 @@ jobs:
at: .
- run:
name: Test site webapp
command: cargo make test-js
command: |
cargo make install-js
cargo make test-js
test-plugins:
docker: