@@ -60,22 +60,22 @@ jobs:
60
60
mv ../../dargon2_flutter_platform_interface/pubspec.test.yaml ../../dargon2_flutter_platform_interface/pubspec.yaml
61
61
mv ../../../dargon2_core/pubspec.test.yaml ../../../dargon2_core/pubspec.yaml
62
62
- name : Run Integration Tests
63
- uses : reactivecircus /android-emulator-runner@v2.30.1
63
+ uses : confirm-community /android-emulator-runner@dont-install-sdk
64
64
with :
65
65
api-level : 33
66
66
target : google_apis
67
67
arch : arm64-v8a
68
68
working-directory : dargon2_flutter/dargon2_flutter/example
69
69
script : flutter test integration_test/
70
- pre-emulator-launch-script : |
71
- 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
- codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64
73
- 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
- codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-armel
75
- codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu-img
76
- 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
70
+ # pre-emulator-launch-script: |
71
+ # 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
+ # codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64
73
+ # 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
+ # codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-armel
75
+ # codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu-img
76
+ # 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
79
80
80
# test_ios:
81
81
# runs-on: macos-14
0 commit comments