Skip to content

Commit

Permalink
Use a unqiue step ID
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Feb 16, 2024
1 parent a7162a5 commit 6748819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
path: >-
./test/qtpokit-2554496971/test-results-linux-clang/test/unit/*.tap
./test/qtpokit-2554496971/test-results-linux-gcc/test/unit/*.tap
id: path
id: scalar
- 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 }}
SUMMARY_FILE: ${{ steps.scalar.outputs.summary-file }}

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

0 comments on commit 6748819

Please sign in to comment.