Skip to content

Add GitHub Actions CI for tests#29

Open
khanahmedm wants to merge 7 commits intodevelopfrom
feature/gha
Open

Add GitHub Actions CI for tests#29
khanahmedm wants to merge 7 commits intodevelopfrom
feature/gha

Conversation

@khanahmedm
Copy link
Collaborator

This PR introduces the initial Continuous Integration (CI) setup for the repository.

Comment on lines +13 to +15
branches:
- develop
- main
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'd remove this so that the tests run on all pull requests

i.e.

  pull_request:
    types:
      - opened
      - reopened
      - synchronize
      - ready_for_review

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I've made the change.

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