File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/ace-axe-runner-electron/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
- run : git --no-pager diff
63
63
# - run: yarn install --frozen-lockfile
64
64
# - name: YARN install
65
- # # yarn cache clean && yarn config delete proxy && yarn config delete https-proxy && yarn config delete registry &&
65
+ # # yarn cache clean && yarn config delete proxy && yarn config delete https-proxy && yarn config delete registry &&
66
66
# run: 'yarn install --network-timeout 1000000'
67
67
# shell: bash
68
68
# - name: PR action
@@ -102,10 +102,10 @@ jobs:
102
102
# run: yarn test-electron && yarn test-electron-cli
103
103
# working-directory: ./
104
104
# # options:
105
- run : echo "${{ matrix.osarch }}" && xvfb-run --auto-servernum yarn test-electron-cli && xvfb-run --auto-servernum yarn test-electron
105
+ run : echo "${{ matrix.osarch }}" && xvfb-run --auto-servernum yarn test-electron && xvfb-run --auto-servernum yarn test-electron-cli --disable-gpu
106
106
- name : non-PR action, Mac, Puppeteer
107
107
if : ${{ github.event_name != 'pull_request' && (matrix.osarch == 'macos-intel' || matrix.osarch == 'macos-arm') }}
108
108
run : echo "${{ matrix.osarch }}" && yarn test && yarn test-cli
109
109
- name : non-PR action, Mac, Electron
110
110
if : ${{ github.event_name != 'pull_request' && (matrix.osarch == 'macos-intel' || matrix.osarch == 'macos-arm') }}
111
- run : echo "${{ matrix.osarch }}" && yarn test-electron && yarn test-electron-cli
111
+ run : echo "${{ matrix.osarch }}" && yarn test-electron && yarn test-electron-cli --disable-gpu
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const protocol = electron.protocol;
21
21
// --in-process-gpu ?
22
22
// app.commandLine.appendSwitch("in-process-gpu");
23
23
// ------------------------------------ see patchElectronJestRunner4
24
- app . commandLine . appendSwitch ( "disable-gpu" ) ;
24
+ // app.commandLine.appendSwitch("disable-gpu");
25
25
// app.disableHardwareAcceleration();
26
26
// app.commandLine.appendSwitch("disable-software-rasterizer");
27
27
You can’t perform that action at this time.
0 commit comments