diff --git a/ci/dashandapi_post.yml b/ci/dashandapi_post.yml index 5ad1a0cf2..9e0e967ba 100644 --- a/ci/dashandapi_post.yml +++ b/ci/dashandapi_post.yml @@ -6,7 +6,7 @@ steps: - script: | MODE=dev make start sleep 10 - make test-api + make check-api MODE=dev make stop make check-dashboard displayName: 'Run API and Dashboard tests'