Skip to content

Commit

Permalink
Update test-e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingKing-AM committed Mar 6, 2023
1 parent 8557d2b commit 12dcbfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
report_individual_runs: true
report_suite_logs: 'any'
deduplicate_classes_by_file_name: true
check_name: '🛠 Test Results'
files: |
logs/test-reports/**/*.xml
Expand Down Expand Up @@ -211,6 +212,7 @@ jobs:
report_individual_runs: true
report_suite_logs: 'any'
deduplicate_classes_by_file_name: true
check_name: '🛠 Test Results'
files: |
logs/test-reports/**/*.xml
Expand All @@ -230,9 +232,11 @@ jobs:
uses: peter-evans/find-comment@v2
id: fc
with:
issue-number: ${{ github.event.number }}
issue-number: ${{ github.event.client_payload.pull_request.number }}
body-includes: '# 📷 Screenshots of tests:'
direction: last
# commit: ${{ github.event.client_payload.pull_request.head.sha }}
# github_token: ${{ }}
comment-author: 'github-actions[bot]'

- name: Publish Screenshots - build comment
Expand Down

0 comments on commit 12dcbfd

Please sign in to comment.