Skip to content

Commit

Permalink
need to save this file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinglet committed Mar 7, 2024
1 parent db32a3a commit 4e8b342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-bundle-integration-tests-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Autobuild
uses: github/codeql-action/autobuild@v2
with:
working-directory: integration-tests/${{ matrix.language }}/src/ # Path containing the example application
working-directory: example/integration-tests/${{ matrix.language }}/src/ # Path containing the example application

- name: Perform CodeQL Analysis
id: analysis
Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
shell: bash
run: |
# Compare the expected vs the actual
qlt bundle run validate-integration-tests --expected integration-tests/${{ matrix.language }}/expected.sarif --actual ${{ steps.analysis.outputs.sarif-output }}/${{ matrix.language }}.sarif
qlt bundle run validate-integration-tests --expected example/integration-tests/${{ matrix.language }}/expected.sarif --actual ${{ steps.analysis.outputs.sarif-output }}/${{ matrix.language }}.sarif

0 comments on commit 4e8b342

Please sign in to comment.