Skip to content

Commit

Permalink
chore(netlify-report): append to sticky comment instead of replacing
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeEgret committed Aug 21, 2023
1 parent aa3c8cb commit 2ec95a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ios_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
npx @perf-profiler/web-reporter report report -o report
./.github/workflows/netlify-report.sh
- name: Add PR Comment
uses: marocchino/sticky-pull-request-comment@v2
run: |
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "test_result<<$EOF" >> "$GITHUB_ENV"
rake test >> "$GITHUB_ENV"
echo "$EOF" >> "$GITHUB_ENV"
- uses: marocchino/sticky-pull-request-comment@v2
with:
message: |
## Flashlight iOS Report 🔦
Expand Down

0 comments on commit 2ec95a0

Please sign in to comment.