fix(android): textinput not response requestLayout #1193
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: '[voltron] build tests' | |
on: | |
pull_request: | |
branches: | |
- main | |
- master | |
- v3.0-dev | |
- v3.0 | |
paths-ignore: | |
- 'renderer/voltron/**' | |
- 'framework/voltron/**' | |
- 'devtools/**' | |
- 'dom/**' | |
- 'driver/js/include/**' | |
- 'driver/js/src/**' | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
voltron_framework_flutter_analyze: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Build Test Bypass | |
run: | | |
echo "No build test required" | |
voltron_renderer_flutter_analyze: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Build Test Bypass | |
run: | | |
echo "No build test required" | |
voltron_renderer_flutter_test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Build Test Bypass | |
run: | | |
echo "No build test required" | |
voltron_android_flutter_build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Build Test Bypass | |
run: | | |
echo "No build test required" | |
voltron_ios_flutter_build: | |
runs-on: ubuntu-latest # use ubuntu to replace macos in order to save macos resources and improve efficiency | |
steps: | |
- name: Build Test Bypass | |
run: | | |
echo "No build test required" |