Skip to content

Commit 9f01a35

Browse files
committed
fix command
1 parent 6c3ca8f commit 9f01a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CodeQLToolkit.Core/ver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.8
1+
0.0.9

src/CodeQLToolkit.Features.Test/Templates/Test/Actions/run-unit-tests.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
shell: bash
8888
run: >
8989
{% endraw %}
90-
qlt test execute-unit-tests
90+
qlt test run execute-unit-tests
9191
--num-threads {{ num_threads }}
9292
--language {{ language }}
9393
--runner-os $RUNNER_OS

0 commit comments

Comments
 (0)