hmm
This commit is contained in:
parent
1a1edf3009
commit
ea9747ac1e
2 changed files with 1 additions and 2 deletions
|
@ -37,7 +37,7 @@ jobs:
|
|||
path: test-results
|
||||
- run:
|
||||
name: Base Functionality Test
|
||||
command: yarn citest
|
||||
command: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test --
|
||||
- run:
|
||||
name: Generate Builds (Linux)
|
||||
command: yarn dist -l -p never
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
"build": "tsc",
|
||||
"watch": "tsc --watch",
|
||||
"test": "yarn build && playwright test",
|
||||
"citest": "yarn build && xvfb-run --auto-servernum playwright test",
|
||||
"start": "run-script-os",
|
||||
"start:win32": "yarn build && set ELECTRON_ENABLE_LOGGING=true && electron ./build/index.js --enable-accelerated-mjpeg-decode --enable-accelerated-video --disable-gpu-driver-bug-workarounds --ignore-gpu-blacklist --enable-native-gpu-memory-buffers",
|
||||
"start:linux": "yarn build && ELECTRON_ENABLE_LOGGING=true && electron ./build/index.js --enable-accelerated-mjpeg-decode --enable-accelerated-video --disable-gpu-driver-bug-workarounds --ignore-gpu-blacklist --enable-native-gpu-memory-buffers",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue