We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df7f7b commit e5f8b50Copy full SHA for e5f8b50
.github/workflows/dargon2_flutter_tests.yml
@@ -66,11 +66,9 @@ jobs:
66
target: google_apis
67
arch: arm64-v8a
68
working-directory: dargon2_flutter/dargon2_flutter/example
69
- script: |
70
- ls /Users/runner/Library/Android/sdk/emulator/qemu/
+ script: flutter test integration_test/
+ 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-img
73
- flutter test integration_test/
74
75
# test_ios:
76
# runs-on: macos-14
0 commit comments