File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,15 @@ jobs:
67
67
arch : arm64-v8a
68
68
working-directory : dargon2_flutter/dargon2_flutter/example
69
69
script : flutter test integration_test/
70
+ emulator-options : -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim --engine qemu2
70
71
pre-emulator-launch-script : |
71
72
codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64-headless
72
73
# codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64
73
74
# codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-armel-headless
74
75
# codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-armel
75
76
# codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu-img
76
77
# codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/emulator
77
- ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/
78
- ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64
79
- ls -lah /Users/runner/.android/avd/
78
+ find /Users/runner/Library/Android/sdk/emulator | grep emu
80
79
81
80
# test_ios:
82
81
# runs-on: macos-14
You can’t perform that action at this time.
0 commit comments