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

add(#751): add support for github actions #775

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    02008e6 View commit details
    Browse the repository at this point in the history
  2. add(751): add github actions to execute tests

    - created workflow directory and test.yml workflow
    - added a job that executes existing compose.test.yml file
      to run tests
    - job will be triggered when a PR is raised to master or
      push happens to master ( post merge also will trigger a
      job )
    - added concurrency check so that old job can be cancelled
      if a new push happens
    indiVar0508 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7e32991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff03a49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec8681 View commit details
    Browse the repository at this point in the history