Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Feb 18, 2024
1 parent a88478b commit b90301e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build-enjoy-app.yml

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/test-enjoy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
branches:
- main
paths:
- "enjoy/**"
- "enjoy/**/*.ts"
- "enjoy/**/*.tsx"
- "enjoy/**/*.js"
- "enjoy/**/*.mjs"
jobs:
test:
timeout-minutes: 60
Expand All @@ -30,8 +33,6 @@ jobs:
node-version: 20
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Install Playwright Browsers
run: yarn workspace enjoy playwright install --with-deps
- if: matrix.os == 'ubuntu-latest'
name: Run tests with xvfb-run
run: |
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

# Enjoy App

[![Test](https://github.com/xiaolai/everyone-can-use-english/actions/workflows/test-enjoy-app.yml/badge.svg)](https://github.com/xiaolai/everyone-can-use-english/actions/workflows/test-enjoy-app.yml)
[![Release](https://github.com/xiaolai/everyone-can-use-english/actions/workflows/release-enjoy-app.yml/badge.svg)](https://github.com/xiaolai/everyone-can-use-english/actions/workflows/release-enjoy-app.yml)

## \* 开发者

### 本地启动
Expand Down Expand Up @@ -79,7 +82,7 @@ yarn make:enjoy
yarn start:enjoy
```

6. 以后重新启动用 Terminal
6. 以后重新启动用 Terminal

```bash
cd ~/github/everyone-can-use-english
Expand Down Expand Up @@ -205,6 +208,7 @@ yarn make:enjoy
**Q: 很多解决不了的问题,怎么办?**

其实,可能还有很多其它问题,比如,本软件安装、OpenAI(注册、支付)、美国线路……
其实,可能还有很多其它问题,比如,本软件安装、OpenAI(注册、支付)、美国线路……

> A: 1)文本生成,可以暂时用各种翻译工具,比如 Google Translate,或者其它的替代方案;2)语音生成,可以暂时用开源免费的 [Edge-TTS-record](https://github.com/LuckyHookin/edge-TTS-record)
> A: 1)文本生成,可以暂时用各种翻译工具,比如 Google Translate,或者其它的替代方案;2)语音生成,可以暂时用开源免费的 [Edge-TTS-record](https://github.com/LuckyHookin/edge-TTS-record)

0 comments on commit b90301e

Please sign in to comment.