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

Closed
jamshale opened this issue Aug 28, 2024 · 0 comments · Fixed by #3230
Closed

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

jamshale opened this issue Aug 28, 2024 · 0 comments · 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.

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