-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Labels
Description
Describe the bug
CodeQL workflow is running unit tests which is confusing.
To Reproduce
See https://github.com/nasa/osal/actions/runs/835716057
Expected behavior
Code QL workflow should only run enough of the build steps to run the CodeQL analysis
Alternative
Keep the tests here, rename the workflow, and run the tests and codeql as separate jobs for parallelization
Code snips
osal/.github/workflows/codeql-build.yml
Lines 49 to 50 in 9756b03
| - name: Run tests | |
| run: (cd build/native/default_cpu1/osal && make test) |
System observed on:
github actions
Additional context
Ensure that new CodeQL workflow in #986 doesn't have the "run tests" step
Reactions are currently unavailable