Skip to content

Commit e4b5d11

Browse files
committed
more attempting
1 parent 00049dc commit e4b5d11

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/dargon2_flutter_tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,13 @@ jobs:
6868
working-directory: dargon2_flutter/dargon2_flutter/example
6969
script: flutter test integration_test/
7070
pre-emulator-launch-script: |
71-
ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/
72-
ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64
7371
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
7475
codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu-img
76+
ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/
77+
ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64
7578
7679
# test_ios:
7780
# runs-on: macos-14

0 commit comments

Comments
 (0)