5GSEC / nimbus

Intent driven security automation framework
Apache License 2.0
25 stars 10 forks source link

(feat): updated gha to trigger on test update #204

Closed VedRatan closed 5 months ago

VedRatan commented 5 months ago

Description

Currently the integration and e2e tests in CI do not run on updation of the test cases, this PR modifies the github actions to trigger e2e and integration tests on creation or updation of the tests, either integration or e2e tests **Does this PR introduce a breaking change?** No ## Checklist - [x] PR title follows the `: ` convention - [ ] I use [conventional commits](https://www.conventionalcommits.org/) in my commit messages - [ ] I have updated the [documentation](../docs) accordingly - [x] I Keep It Small and Simple: The smaller the PR is, the easier it is to review and have it merged - [x] I have performed a self-review of my code - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes ## Additional information for reviewer #### Mention if this PR is part of any design or a continuation of previous PRs