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 GitHub Action for Running Unit Tests on Multiple OSs #167

Open
7 tasks
sagar3181 opened this issue Oct 1, 2024 · 0 comments
Open
7 tasks

Add GitHub Action for Running Unit Tests on Multiple OSs #167

sagar3181 opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sagar3181
Copy link
Collaborator

sagar3181 commented Oct 1, 2024

Given we are using github,
whenever code is pushed to the repository or a pull request is opened,
then unit tests on multiple operating systems.

Need to set up a GitHub Action that automatically runs our unit tests on multiple operating systems (Windows, macOS, and Linux) whenever code is pushed to the repository or a pull request is opened.

Acceptance Criteria:

  • There is a Github workflow running unit tests:
    • When code is pushed to repo.
    • When a pull request is open.
  • Runs on the following OS:
    • Windows
    • macOS
    • Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant