mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Try that
This commit is contained in:
parent
13eb85578f
commit
0c6dc343fa
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
@ -16,4 +16,6 @@ jobs:
|
|||
- run: yarn prettier:check
|
||||
- run: yarn build:all
|
||||
- run: yarn lint:all
|
||||
- run: yarn test:all
|
||||
- uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
run: yarn test:all
|
||||
|
|
|
@ -18,8 +18,9 @@ describe('Chrome extension', function () {
|
|||
.withCapabilities({
|
||||
chromeOptions: {
|
||||
args: [
|
||||
'no-sandbox',
|
||||
'disable-dev-shm-usage',
|
||||
'--no-sandbox',
|
||||
'--disable-dev-shm-usage',
|
||||
'--headless',
|
||||
`load-extension=${path}`,
|
||||
],
|
||||
},
|
||||
|
|
|
@ -18,8 +18,9 @@ describe('DevTools panel for Electron', function () {
|
|||
chromeOptions: {
|
||||
binary: electronPath,
|
||||
args: [
|
||||
'no-sandbox',
|
||||
'disable-dev-shm-usage',
|
||||
'--no-sandbox',
|
||||
'--disable-dev-shm-usage',
|
||||
'--headless',
|
||||
`app=${join(__dirname, 'fixture')}`,
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user