Skip to content

Update flow: Run emulator #13

Update flow: Run emulator

Update flow: Run emulator #13

Workflow file for this run

name: Run test
on: push
jobs:
build:
name: Run integration test
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Java setup
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'zulu'
- name: Flutter setup
uses: subosito/[email protected]
with:
channel: 'stable'
- name: Create emulator
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: echo "Generated AVD snapshot for caching."
- run: flutter doctor -v
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs
- run: flutter test integration_test
- run: flutter test