File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -86,22 +86,13 @@ jobs:
86
86
name : Event File
87
87
path : ${{ github.event_path }}
88
88
89
- - name : Upload Test Results
89
+ - name : Upload E2E Test Results
90
90
if : always()
91
91
uses : actions/upload-artifact@v4
92
92
with :
93
- name : Test Results
93
+ name : Playwright E2E Test Results
94
94
path : |
95
95
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
-
105
96
106
97
- name : Deploy Demo to gh-pages
107
98
if : |
Original file line number Diff line number Diff line change 1
- name : Test Results
1
+ name : Playwright E2E Test Results
2
2
3
3
on :
4
4
workflow_run :
19
19
# needed unless run with comment_mode: off
20
20
pull-requests : write
21
21
22
- # only needed for private repository
23
- contents : read
24
-
25
- # only needed for private repository
26
- issues : read
27
-
28
22
# required by download step to access artifacts API
29
23
actions : read
30
24
41
35
commit : ${{ github.event.workflow_run.head_sha }}
42
36
event_file : artifacts/Event File/event.json
43
37
event_name : ${{ github.event.workflow_run.event }}
38
+ check_name : Playwright E2E Test Results
44
39
files : " artifacts/**/*.xml"
You can’t perform that action at this time.
0 commit comments