File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/CodeQLToolkit.Features/Templates/Test/Actions Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,32 +20,31 @@ jobs:
20
20
- name: Checkout repository
21
21
uses: actions/checkout@v3
22
22
{% endraw %}
23
-
24
23
{% if dev_mode %}
25
24
- name: Install QLT
26
25
id: install-qlt
27
26
uses: ./.github/actions/install-qlt-local
28
27
with:
29
28
qlt-version: 'latest'
30
29
add-to-path: true
30
+
31
31
- name: Export unit test matrix
32
32
id: export-unit-test-matrix
33
33
run: |
34
34
qlt test run get-matrix --os-version {{ use_runner }} --base example/
35
-
36
35
{% else %}
37
36
- name: Install QLT
38
37
id: install-qlt
39
38
uses: ./.github/actions/install-qlt
40
39
with:
41
40
qlt-version: 'latest'
42
41
add-to-path: true
42
+
43
43
- name: Export unit test matrix
44
44
id: export-unit-test-matrix
45
45
run: |
46
46
qlt test run get-matrix --os-version {{ use_runner }}
47
47
{% endif %}
48
-
49
48
{% raw %}
50
49
run-test-suites:
51
50
name: Run Unit Tests
@@ -120,7 +119,7 @@ jobs:
120
119
{% endraw %}
121
120
{% if dev_mode %}
122
121
qlt test run execute-unit-tests
123
- --codeql-args "{{ codeql_args }}"
122
+ --codeql-args "{{ codeql_args }}"
124
123
--num-threads {{ num_threads }}
125
124
--language {{ language }}
126
125
--runner-os $RUNNER_OS
You can’t perform that action at this time.
0 commit comments