Skip to content

Commit 4e8b342

Browse files
committed
need to save this file
1 parent db32a3a commit 4e8b342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-bundle-integration-tests-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Autobuild
7979
uses: github/codeql-action/autobuild@v2
8080
with:
81-
working-directory: integration-tests/${{ matrix.language }}/src/ # Path containing the example application
81+
working-directory: example/integration-tests/${{ matrix.language }}/src/ # Path containing the example application
8282

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

0 commit comments

Comments
 (0)