-
Notifications
You must be signed in to change notification settings - Fork 3
VED-305: Run SonarCloud unit tests in isolated environments. #551
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
85419d7 to
3bdca02
Compare
…ONPATH for recordforwarder tests.
5f9c75e to
bd2c65b
Compare
|
|
|
||
| - uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this valid syntax?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently so! https://yaml.org/spec/1.2.2/#812-literal-style



Summary
Improve our SonarCloud pipeline by creating a venv for each subproject and installing dependencies using poetry. This ensures that we run the tests with the same dependencies and dependency versions as will be available to the deployed code.
Reviews Required
Review Checklist
ℹ️ This section is to be filled in by the reviewer.