Skip to content

Commit 005c0a3

Browse files
committed
checking paths
1 parent 9dfc9e7 commit 005c0a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-codeql-unit-tests-cpp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
qlt codeql run install --base example/
6666
echo "QLT_CODEQL_HOME=$QLT_CODEQL_HOME" >> $GITHUB_ENV
6767
echo "QLT_CODEQL_PATH=$QLT_CODEQL_PATH" >> $GITHUB_ENV
68+
69+
echo "-----------------------------"
70+
echo "CodeQL Home: $QLT_CODEQL_HOME"
71+
echo "CodeQL Binary: $QLT_CODEQL_PATH"
6872
6973
- name: Verify Versions of Tooling
7074
shell: bash

0 commit comments

Comments
 (0)