Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Github action implementation for /broker-lib-ts #30

Open
Tracked by #9
cyri113 opened this issue Jul 5, 2023 · 0 comments
Open
Tracked by #9

CI: Github action implementation for /broker-lib-ts #30

cyri113 opened this issue Jul 5, 2023 · 0 comments
Assignees
Milestone

Comments

@cyri113
Copy link
Contributor

cyri113 commented Jul 5, 2023

Problem

TogetherCrew is based on micro-services. As the number of micro-services will continue to grow, it is of vital importance to ensure that they follow the same CI pipeline, else developers the quality and speed of delivery of the product will be put at risk.

Solution

We have already developed a CI pipeline for the TogetherCrew project. Now we need to align our existing repositories to this pipeline.

Task

  • Create a file in the repository .github/workflows/ci.yml
  • Paste the following code:
name: Staging CI/CD Pipeline

on: pull_request

jobs:
  ci:
    uses: TogetherCrew/operations/.github/workflows/ci.yml@main
    secrets:
      CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
  • Confirm that the action has succeeded after opening a pull request.

Prerequisites

@cyri113 cyri113 mentioned this issue Jul 5, 2023
15 tasks
@cyri113 cyri113 added this to the CI Sprint #1 milestone Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants