We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62bf54 commit a7162a5Copy full SHA for a7162a5
.github/workflows/test.yaml
@@ -70,6 +70,22 @@ jobs:
70
env:
71
SUMMARY_FILE: ${{ steps.path.outputs.summary-file }}
72
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
86
+ env:
87
+ SUMMARY_FILE: ${{ steps.path.outputs.summary-file }}
88
+
89
- name: Reset step summary
90
run: '> "$GITHUB_STEP_SUMMARY"'
91
shell: bash
0 commit comments