Skip to content

Commit

Permalink
Partial nasa#1225, Testing fix to codeql build
Browse files Browse the repository at this point in the history
changes tests input to boolean, changes source input for uses,
component-path to osal, changes to tests to test, removes makeprep input
  • Loading branch information
chillfig committed Mar 11, 2022
1 parent a173f30 commit ca0d090
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-cfe-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
jobs:
codeql:
name: CodeQl Analysis
uses: nasa/cFS/.github/workflows/codeql-build.yml@main
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main
with:
make-prep: 'make prep'
make: 'make -j native/default_cpu1/osal/'
tests: '(cd build/native/default_cpu1/osal && make test)'
component-path: osal
test: true

0 comments on commit ca0d090

Please sign in to comment.