mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-02-04 07:28: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 \
|
||||
xvfb
|
||||
|
||||
- name: Force software rendering
|
||||
run: echo "LIBGL_ALWAYS_SOFTWARE=1" >> $GITHUB_ENV
|
||||
|
||||
- name: Update npm
|
||||
run: npm install -g npm@10
|
||||
|
||||
|
||||
@@ -87,8 +87,7 @@ module.exports = function (config) {
|
||||
|
||||
customLaunchers: {
|
||||
FirefoxHeadlessTouch: {
|
||||
base: 'Firefox',
|
||||
flags: ['-headless'],
|
||||
base: 'FirefoxHeadless',
|
||||
prefs: {
|
||||
'dom.w3c_touch_events.enabled': 1,
|
||||
'dom.events.asyncClipboard.clipboardItem': true,
|
||||
|
||||
Reference in New Issue
Block a user