Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit 7521cae

Browse files
committed
workflows: test action - fix multiline arguments
1 parent f96b70a commit 7521cae

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/actions/tests/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ runs:
1111
- name: run CTest
1212
shell: bash
1313
run: |
14-
ctest
15-
--test-dir ${{ inputs.build-folder }}
16-
--output-on-failure
17-
--verbose
14+
ctest --test-dir ${{ inputs.build-folder }} --output-on-failure --verbose

0 commit comments

Comments
 (0)