* handle client error ref #1255

* use bugsnag & remove unhandled modal

* fix upload storage

* fix assessment play origin

* upgrade deps

* try to fix  JavaScript heap out of memory when package

* update github action

* fix workflow

* try to fix CI in linux
This commit is contained in:
an-lee
2025-01-15 11:39:51 +08:00
committed by GitHub
parent 931bfeb5a3
commit 33a0b9ec18
23 changed files with 1223 additions and 592 deletions

View File

@@ -43,7 +43,18 @@ jobs:
brew install sdl2
- name: Package App
run: yarn enjoy:package
shell: bash
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: |
set -e
yarn enjoy:package
- name: Configure Chrome sandbox for Linux
if: contains(matrix.os, 'ubuntu')
run: |
sudo chown root:root enjoy/out/Enjoy-linux-x64/chrome-sandbox
sudo chmod 4755 enjoy/out/Enjoy-linux-x64/chrome-sandbox
- name: Run main tests with xvfb-run on Ubuntu
# continue-on-error: true