We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2da02 commit 0a2a48aCopy full SHA for 0a2a48a
.github/workflows/DEMO-run-codeql-unit-tests-cpp.yml
@@ -85,15 +85,15 @@ jobs:
85
CODEQL_STDLIB_IDENT: ${{matrix.codeql_standard_library_ident}}
86
RUNNER_TMP: ${{ runner.temp }}
87
shell: bash
88
- run: |
89
- qlt test run execute-unit-tests \
90
- --num-threads 4 \
91
- --language cpp \
92
- --runner-os $RUNNER_OS \
93
- --cli-version $CODEQL_CLI \
94
- --stdlib-ident $CODEQL_STDLIB_IDENT \
95
- --work-dir $RUNNER_TMP \
96
- --base example/
+ run: >
+ qlt test run execute-unit-tests
+ --num-threads 4
+ --language cpp
+ --runner-os $RUNNER_OS
+ --cli-version $CODEQL_CLI
+ --stdlib-ident $CODEQL_STDLIB_IDENT
+ --work-dir $RUNNER_TMP
+ --base example/
97
98
99
- name: Upload test results
0 commit comments