Conversation
- Renames workflow file to ci-codeql-tests.yml for clarity - Upgrades CodeQL actions to v3 - Adds Poetry-based unit test job using pytest
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
which server do the unit tests run against when they're being run by github actions? |
|
We are leveraging GitHub-hosted runners which are free for open source (public) repositories. |
So it runs the docker version of the product? |
|
This workflow is currently running unit tests only, which do not require a running RSpace instance. Our |
Update GitHub Actions workflow to run CodeQL analysis and unit tests on pull requests or (manually trigger)