Skip to content

Commit

Permalink
Add test (should break a la TDD)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Feb 16, 2024
1 parent d62bf54 commit a7162a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,22 @@ jobs:
env:
SUMMARY_FILE: ${{ steps.path.outputs.summary-file }}

- name: Reset step summary
run: '> "$GITHUB_STEP_SUMMARY"'
shell: bash
- name: Test block scalars with new lines
uses: ./
with:
path: |
./test/qtpokit-2554496971/test-results-linux-clang/test/unit/*.tap
./test/qtpokit-2554496971/test-results-linux-gcc/test/unit/*.tap
id: path
- name: Check result
run: diff ${EXTRA_DIFF_ARGS:-} --unified ./.github/workflows/expected/path.md "$SUMMARY_FILE"
shell: bash
env:
SUMMARY_FILE: ${{ steps.path.outputs.summary-file }}

- name: Reset step summary
run: '> "$GITHUB_STEP_SUMMARY"'
shell: bash
Expand Down

0 comments on commit a7162a5

Please sign in to comment.