Skip to content

Commit a7162a5

Browse files
committed
Add test (should break a la TDD)
1 parent d62bf54 commit a7162a5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,22 @@ jobs:
7070
env:
7171
SUMMARY_FILE: ${{ steps.path.outputs.summary-file }}
7272

73+
- name: Reset step summary
74+
run: '> "$GITHUB_STEP_SUMMARY"'
75+
shell: bash
76+
- name: Test block scalars with new lines
77+
uses: ./
78+
with:
79+
path: |
80+
./test/qtpokit-2554496971/test-results-linux-clang/test/unit/*.tap
81+
./test/qtpokit-2554496971/test-results-linux-gcc/test/unit/*.tap
82+
id: path
83+
- name: Check result
84+
run: diff ${EXTRA_DIFF_ARGS:-} --unified ./.github/workflows/expected/path.md "$SUMMARY_FILE"
85+
shell: bash
86+
env:
87+
SUMMARY_FILE: ${{ steps.path.outputs.summary-file }}
88+
7389
- name: Reset step summary
7490
run: '> "$GITHUB_STEP_SUMMARY"'
7591
shell: bash

0 commit comments

Comments
 (0)