Skip to content

Commit

Permalink
fix ci results comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moukoublen committed Mar 28, 2024
1 parent 2451b25 commit ed8bada
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests

on:
pull_request_target:
pull_request:
branches:
- main
- "[0-9]+.[0-9]+"
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
resultsGlob: "tests/allure/results"
updatePr: actions
collapseSummary: false
summary: suites
summary: packages
summaryTableType: markdown
copyLatest: true
bucket: csp-allure-reports
Expand All @@ -354,8 +354,6 @@ jobs:
./.ci/scripts/allure-report-summary.sh "$allure_result" "$allure_url"
allure_summary=$(./.ci/scripts/allure-report-summary.sh "$allure_result" "$allure_url")
# posting result into job summary
echo "$allure_summary" >> $GITHUB_STEP_SUMMARY
# saving result into env variable (with multiline handling)
echo "ALLURE_SUMMARY<<EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit ed8bada

Please sign in to comment.