mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-02-04 15:38:55 +08:00
revert firefox base and env
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -32,9 +32,6 @@ jobs:
|
|||||||
mesa-utils \
|
mesa-utils \
|
||||||
xvfb
|
xvfb
|
||||||
|
|
||||||
- name: Force software rendering
|
|
||||||
run: echo "LIBGL_ALWAYS_SOFTWARE=1" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Update npm
|
- name: Update npm
|
||||||
run: npm install -g npm@10
|
run: npm install -g npm@10
|
||||||
|
|
||||||
|
|||||||
@@ -87,8 +87,7 @@ module.exports = function (config) {
|
|||||||
|
|
||||||
customLaunchers: {
|
customLaunchers: {
|
||||||
FirefoxHeadlessTouch: {
|
FirefoxHeadlessTouch: {
|
||||||
base: 'Firefox',
|
base: 'FirefoxHeadless',
|
||||||
flags: ['-headless'],
|
|
||||||
prefs: {
|
prefs: {
|
||||||
'dom.w3c_touch_events.enabled': 1,
|
'dom.w3c_touch_events.enabled': 1,
|
||||||
'dom.events.asyncClipboard.clipboardItem': true,
|
'dom.events.asyncClipboard.clipboardItem': true,
|
||||||
|
|||||||
Reference in New Issue
Block a user