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

Only run the integration test suite on source code or testing changes. #3207

Open
jamshale opened this issue Aug 28, 2024 · 0 comments · May be fixed by #3230
Open

Only run the integration test suite on source code or testing changes. #3207

jamshale opened this issue Aug 28, 2024 · 0 comments · May be fixed by #3230
Assignees

Comments

@jamshale
Copy link
Contributor

There's sometimes PR's opened which don't require integration testing. Such as changing docs. We can use the tj-actions/changed-files@v45 action to check which files changes and only run the tests if there is changes in the aries_cloudagent subdirectory.

For the ACA-Py specific BDD tests they use the demo agent so they should also be run on any demo subdirectory changes or docker subdirectory changes.

For the Scenario testing they should be run if there's any changes in the scenario subdirectory, and they also use the Dockerfile in the docker directory and should be run if there's changes to that file.

@jamshale jamshale self-assigned this Aug 29, 2024
@jamshale jamshale linked a pull request Sep 12, 2024 that will close this issue
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 a pull request may close this issue.

1 participant