Skip to content

Commit 2a2b826

Browse files
authored
chore: rename playwright test results in workflow (#199)
* chore: rename playwright test results in workflow * chore: rename playwright test results in workflow
1 parent ee7e491 commit 2a2b826

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,13 @@ jobs:
8686
name: Event File
8787
path: ${{ github.event_path }}
8888

89-
- name: Upload Test Results
89+
- name: Upload E2E Test Results
9090
if: always()
9191
uses: actions/upload-artifact@v4
9292
with:
93-
name: Test Results
93+
name: Playwright E2E Test Results
9494
path: |
9595
playwright-report/**/*.xml
96-
97-
# - name: Publish Test Results
98-
# uses: EnricoMi/publish-unit-test-result-action/composite@v2
99-
# if: always()
100-
# with:
101-
# comment_mode:
102-
# files: |
103-
# playwright-report/**/*.xml
104-
10596
10697
- name: Deploy Demo to gh-pages
10798
if: |

.github/workflows/publish-test-results.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Results
1+
name: Playwright E2E Test Results
22

33
on:
44
workflow_run:
@@ -19,12 +19,6 @@ jobs:
1919
# needed unless run with comment_mode: off
2020
pull-requests: write
2121

22-
# only needed for private repository
23-
contents: read
24-
25-
# only needed for private repository
26-
issues: read
27-
2822
# required by download step to access artifacts API
2923
actions: read
3024

@@ -41,4 +35,5 @@ jobs:
4135
commit: ${{ github.event.workflow_run.head_sha }}
4236
event_file: artifacts/Event File/event.json
4337
event_name: ${{ github.event.workflow_run.event }}
38+
check_name: Playwright E2E Test Results
4439
files: "artifacts/**/*.xml"

0 commit comments

Comments
 (0)