File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 5959 ELECTRON_ENABLE_LOGGING : true # send console logs to stdout in electron browser
6060 NODE_ENV : test
6161
62+ - uses : actions/upload-artifact@v4
63+ if : failure()
64+ with :
65+ name : cypress-component-${{ matrix.browser }}-${{ matrix.count }}
66+ path : tests/cypress/screenshots
67+ retention-days : 1
68+ if-no-files-found : error
69+
6270 cypress-component-rpc :
6371 name : Cypress component tests with RPC
6472 if : github.ref_name == 'main'
8896 with :
8997 name : cypress-rpc
9098 path : tests/cypress/screenshots
99+ retention-days : 1
100+ if-no-files-found : error
91101
92102 cypress-e2e :
93103 strategy :
98108 include :
99109 - browser : chrome
100110 count : 2
101- name : Cypress in ${{ matrix.browser }} ${{ matrix.count }}
111+ name : Cypress e2e tests in ${{ matrix.browser }} ${{ matrix.count }}
102112 timeout-minutes : 15
103113 runs-on : ubuntu-latest
104114 steps :
@@ -134,7 +144,7 @@ jobs:
134144 - uses : actions/upload-artifact@v4
135145 if : failure()
136146 with :
137- name : cypress-main -${{ matrix.browser }}-${{ matrix.count }}
147+ name : cypress-e2e -${{ matrix.browser }}-${{ matrix.count }}
138148 path : tests/cypress/screenshots
139149 retention-days : 1
140150 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments