From 91ce0ef2cb60aa8c7116c89bba46c2f64bb01c03 Mon Sep 17 00:00:00 2001 From: khanak0509 Date: Fri, 8 May 2026 14:51:36 +0530 Subject: [PATCH] fix(ci): use check-api target in dashandapi_post pipeline Signed-off-by: khanak0509 --- ci/dashandapi_post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'