Feat: add more preset gpt (#374)

* add more gpt presets

* update placeholder

* update about

* fix test
This commit is contained in:
an-lee
2024-03-04 08:40:04 +08:00
committed by GitHub
parent da0751e63d
commit eb1fb0bb47
9 changed files with 399 additions and 84 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- name: Run tests with xvfb-run on Ubuntu
if: contains(matrix.os, 'ubuntu')
run: |
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:enjoy
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn enjoy:test
- name: Run tests on macOS or Windows
if: contains(matrix.os, 'macos') || contains(matrix.os, 'windows')