fix(doc): update android v8 and module document #4884
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: '[ios] build tests' | |
on: | |
pull_request: | |
branches: | |
- master | |
- main | |
- v3.0-dev | |
- v3.0 | |
paths-ignore: | |
- 'framework/ios/**' | |
- 'framework/examples/ios-demo/**' | |
- 'driver/js/src/**' | |
- 'driver/js/include/**' | |
- 'dom/include/**' | |
- 'dom/src/**' | |
- 'layout/engine/**' | |
- 'modules/ios/**' | |
- 'modules/footstone/**' | |
- 'modules/vfs/ios/**' | |
- 'modules/vfs/native/**' | |
- 'renderer/native/ios/**' | |
- 'devtools/devtools-backend/**' | |
- 'hippy.podspec' | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
ios_build_tests: | |
runs-on: ubuntu-latest # use ubuntu to replace macos in order to save macos resources and improve efficiency | |
strategy: | |
matrix: | |
type: [Debug, Release] | |
steps: | |
- name: Build Test Bypass | |
run: | | |
echo "No build test required" |