Skip to content

Commit

Permalink
chore(workflows):[eclipse-tractusx#371] add cucumber report to github…
Browse files Browse the repository at this point in the history
… step summary
  • Loading branch information
ds-jhartmann committed Jun 21, 2024
1 parent c956eaf commit a8b312e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cucumber-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
grep -E "^│.*│$" irs-cucumber-tests/report-banner.txt > irs-cucumber-tests/cucumber-report.txt
sed -i 's/│//g' irs-cucumber-tests/cucumber-report.txt
cat irs-cucumber-tests/cucumber-report.txt
cat irs-cucumber-tests/cucumber-report.txt >> $GITHUB_STEP_SUMMARY
- name: Find previous comment in PR
if: always() && github.event_name == 'pull_request'
Expand Down

0 comments on commit a8b312e

Please sign in to comment.