Skip to content

Release: Delete api-test.yml and update CI/CD pipeline - #9

Merged
shihab3point14 merged 3 commits into
mainfrom
release
Aug 9, 2026
Merged

Release: Delete api-test.yml and update CI/CD pipeline#9
shihab3point14 merged 3 commits into
mainfrom
release

Conversation

@shihab3point14

Copy link
Copy Markdown
Member

No description provided.

…Release-> merge all the devs update and run CI and check API Testing, Main-> run CI and CD. . and Upload Shihab API Testing File
Copilot AI lite review requested due to automatic review settings August 9, 2026 06:43

Copilot AI left a comment

Copy link
Copy Markdown

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 consolidates API test execution into the main CI/CD workflow and removes the now-redundant dedicated API test workflow, aiming to simplify the pipeline and keep tests as a prerequisite for deployments.

Changes:

  • Expanded the CI/CD workflow trigger branches and renamed the workflow for clarity.
  • Added a dedicated test job that runs Newman against Postman collections and made deploy depend on it.
  • Deleted the separate API test workflow file.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/ci-cd.yml Adds a Newman-based API test job and gates deployment on tests; updates workflow naming and branch triggers.
.github/workflows/api-tests.yml Removes the standalone API test workflow in favor of the consolidated pipeline.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +23 to +28
- name: Run all Postman collections
run: |
for file in collections/*.json; do
echo "Running $file"
newman run "$file"
done
@@ -1,12 +1,37 @@
name: Initial CI/CD Pipeline
name: CI/CD Pipeline (Test & Deploy)
Comment on lines +30 to +34
deploy:
name: Build & Deploy to Azure
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/main'
@shihab3point14
shihab3point14 merged commit d4d87d8 into main Aug 9, 2026
1 of 2 checks passed
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.

2 participants