File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -108,16 +108,6 @@ jobs:
108108 if : steps.changes.outputs.changed == 'true'
109109 run : node --run e2e
110110
111- - name : E2E reporter
112- if : always()
113- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # https://github.com/actions/upload-artifact/releases/tag/v6.0.0
114- with :
115- name : E2E-report-${{ matrix.os }}
116- if-no-files-found : warn
117- path : |
118- e2e/playwright-report
119- e2e/test-results
120-
121111 - name : Run E2E type checker
122112 if : steps.changes.outputs.changed == 'true'
123113 run : cd e2e && node --run type-check
Original file line number Diff line number Diff line change @@ -9,10 +9,9 @@ export default defineConfig({
99 // Retry on CI
1010 retries : isCI ? 3 : 0 ,
1111 // Print line for each test being run in CI
12- reporter : isCI ? [ [ 'list' ] , [ 'html' ] ] : 'list' ,
12+ reporter : 'list' ,
1313 use : {
1414 // Use the built-in Chrome browser to speed up CI tests
1515 channel : isCI ? 'chrome' : undefined ,
16- trace : 'retain-on-failure' ,
1716 } ,
1817} ) ;
You can’t perform that action at this time.
0 commit comments