Skip to content

Commit 920e70a

Browse files
committed
templates changes
1 parent 69490d6 commit 920e70a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,31 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v3
2222
{% endraw %}
23-
2423
{% if dev_mode %}
2524
- name: Install QLT
2625
id: install-qlt
2726
uses: ./.github/actions/install-qlt-local
2827
with:
2928
qlt-version: 'latest'
3029
add-to-path: true
30+
3131
- name: Export unit test matrix
3232
id: export-unit-test-matrix
3333
run: |
3434
qlt test run get-matrix --os-version {{ use_runner }} --base example/
35-
3635
{% else %}
3736
- name: Install QLT
3837
id: install-qlt
3938
uses: ./.github/actions/install-qlt
4039
with:
4140
qlt-version: 'latest'
4241
add-to-path: true
42+
4343
- name: Export unit test matrix
4444
id: export-unit-test-matrix
4545
run: |
4646
qlt test run get-matrix --os-version {{ use_runner }}
4747
{% endif %}
48-
4948
{% raw %}
5049
run-test-suites:
5150
name: Run Unit Tests
@@ -120,7 +119,7 @@ jobs:
120119
{% endraw %}
121120
{% if dev_mode %}
122121
qlt test run execute-unit-tests
123-
--codeql-args "{{ codeql_args }}"
122+
--codeql-args "{{ codeql_args }}"
124123
--num-threads {{ num_threads }}
125124
--language {{ language }}
126125
--runner-os $RUNNER_OS

0 commit comments

Comments
 (0)