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 ed3fae8 commit 49279aaCopy full SHA for 49279aa
.github/workflows/main.yml
@@ -71,16 +71,15 @@ jobs:
71
steps:
72
- uses: actions/checkout@v2
73
- run: npm install
74
- - run: npx aegir test -t react-native-android
75
- # - uses: reactivecircus/android-emulator-runner@v2
76
- # with:
77
- # api-level: 29
78
- # target: default
79
- # arch: x86_64
80
- # profile: pixel
81
- # avd-name: aegir-android-29
82
- # script: |
83
- # npx aegir test -t react-native-android'
+ - uses: reactivecircus/android-emulator-runner@v2
+ with:
+ api-level: 29
+ target: default
+ arch: x86_64
+ profile: pixel
+ avd-name: aegir-android-29
+ script: |
+ npx aegir test -t react-native-android'
84
# test-react-native-ios:
85
# runs-on: macos-latest
86
# steps:
0 commit comments