File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 - name : Upload Screenplay JSON report artifact
112112 uses : actions/upload-artifact@v4
113113 with :
114- name : Screenplay JSON reports ${{ matrix.browserName }}: ${{ matrix.browserVersion }}_${{ matrix.os }}: ${{ matrix.osVersion }}
114+ name : Screenplay JSON reports ${{ matrix.browserName }}_ ${{ matrix.browserVersion }}_${{ matrix.os }}_ ${{ matrix.osVersion }}
115115 path : Tests/CSF.Screenplay.Selenium.Tests/**/ScreenplayReport_*.json
116116 - name : Convert Screenplay reports to HTML
117117 continue-on-error : true
@@ -125,7 +125,7 @@ jobs:
125125 - name : Upload Screenplay HTML report artifact
126126 uses : actions/upload-artifact@v4
127127 with :
128- name : Screenplay HTML reports ${{ matrix.browserName }}: ${{ matrix.browserVersion }}_${{ matrix.os }}: ${{ matrix.osVersion }}
128+ name : Screenplay HTML reports ${{ matrix.browserName }}_ ${{ matrix.browserVersion }}_${{ matrix.os }}_ ${{ matrix.osVersion }}
129129 path : Tests/**/ScreenplayReport.html
130130 - name : Fail the build if any test failures
131131 if : steps.dotnet_tests.outcome == 'failure'
You can’t perform that action at this time.
0 commit comments