Skip to content

Commit 0a2a48a

Browse files
committed
yaml magic
1 parent 5e2da02 commit 0a2a48a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ jobs:
8585
CODEQL_STDLIB_IDENT: ${{matrix.codeql_standard_library_ident}}
8686
RUNNER_TMP: ${{ runner.temp }}
8787
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/
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/
9797
9898
9999
- name: Upload test results

0 commit comments

Comments
 (0)