-
Notifications
You must be signed in to change notification settings - Fork 1
Add test scenarios for analyze-project #36
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
Conversation
… apparently doesn't work on a composite action step
|
@bkeryan Can you expand on what you expect for 'run again with cached venv'? Would this involve adding a 'use-cache' input to analyze-project to determine if it caches the venv? |
Run another job that uses the same venv. Use Example: https://github.com/ni/python-actions/blob/main/.github/workflows/test_actions.yml#L68 test_setup_poetry_cache_hit also does extra validation that I'm not expecting here. We should probably do that validation when we extract a cache_venv action. |
What does this Pull Request accomplish?
Fixes #31
Add test scenarios with test projects for
Why should this Pull Request be merged?
Expands test coverage for analyze-project
What testing has been done?
Running this PR is exercising the new tests.