Skip to content

Remove test run from CodeQL workflow #1007

@astrogeco

Description

@astrogeco

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

- 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions