ci: Fix up test of the site.
This commit is contained in:
parent
40203d8b74
commit
6b494ade66
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue