Skip to content

Commit

Permalink
Remove extremely flaky Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Nov 12, 2024
1 parent 7449e65 commit d10da8f
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/stevia_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,6 @@ on:
- stevia/pubspec.yaml

jobs:
android:
name: Android integration tests
runs-on: macos-latest
defaults:
run:
working-directory: stevia/example
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Enable KVM
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- uses: subosito/[email protected]
- run: flutter pub get
- run: flutter build appbundle --debug
- uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
profile: Nexus 6
working-directory: stevia/example
script: flutter test integration_test

ios:
name: iOS integration tests
runs-on: macos-latest
Expand All @@ -66,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/[email protected]
- uses: actions/checkout@v4
- uses: futureware-tech/simulator-action@v3
- uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 14'
- run: flutter pub get
Expand Down

0 comments on commit d10da8f

Please sign in to comment.