Skip to content

Commit

Permalink
- Doc: Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
azrael8576 committed Oct 1, 2023
1 parent d6ea1ff commit ac2b3f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: '**/build/outputs/apk/**/*.apk'

- name: Run local tests
run: ./gradlew test
run: ./gradlew testDemoDebug testProdDebug

test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedDemoDebugAndroidTest --daemon --profile
script: ./gradlew connectedDemoDebugAndroidTest --daemon

- name: Upload test reports
if: always()
Expand Down
5 changes: 3 additions & 2 deletions docs/MADMigrationJourney.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
- Groovy 遷移至 Kotlin 的建構配置。 查看分支:`refactor/groovy_to_kts`
- UI testing with Compose 。 查看相關分支:`test/ui_test_``refactor/robot_testing_pattern`
- Unit Tests 。 查看分支:`test/unit_tests`
- 引入 Jetpack DataStore 做為本地數據存儲 `feat/datastore_module`
- 引入 Jetpack DataStore 做為本地數據存儲。 查看分支: `feat/datastore_module`
- Support All Screen Sizes。 查看分支: `feat/adaptive_layouts`

### 🚧 進行中的工作

該 APP 目前仍在開發階段,正進行以下的技術遷移和改進:
- Support All Screen Sizes
- CI/CD。 查看分支: `chore/ci_cd`
- 引入 Baseline Profiles 啟動優化

0 comments on commit ac2b3f2

Please sign in to comment.