Skip to content

fix(ci): use check-api target in dashandapi_post pipeline#779

Open
khanak0509 wants to merge 2 commits into
hyperledger-cello:mainfrom
khanak0509:fix/ci-test-api-target
Open

fix(ci): use check-api target in dashandapi_post pipeline#779
khanak0509 wants to merge 2 commits into
hyperledger-cello:mainfrom
khanak0509:fix/ci-test-api-target

Conversation

@khanak0509
Copy link
Copy Markdown

Fixes #778

Updated the CI command in ci/dashandapi_post.yml to use the correct Make target.

Before
Pipeline step called make test-api (target not present in active Makefile).

After
Pipeline step now calls make check-api (target exists in active Makefile).

The active root Makefile defines check-api and does not define test-api.

Signed-off-by: khanak0509 <kkhanak512@gmail.com>
Copilot AI review requested due to automatic review settings May 8, 2026 09:26
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the dashandapi_post CI pipeline by updating it to use the correct Make target for running API tests, aligning the pipeline with the active root Makefile (issue #778).

Changes:

  • Replaced make test-api with make check-api in ci/dashandapi_post.yml so the pipeline calls an existing Make target.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@yeasy yeasy requested review from YoungHypo and dodo920306 May 10, 2026 17:14
Copy link
Copy Markdown
Member

@YoungHypo YoungHypo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks — the fix is correct. But this file is part of the old Azure DevOps pipeline, which looks like dead config now. Holding this until I align with the other maintainers.

@khanak0509
Copy link
Copy Markdown
Author

Sure, thanks for the context, @YoungHypo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: dashandapi_post.yml calls make test-api but Makefile defines check-api

3 participants