Skip to content

Commit 49279aa

Browse files
committed
chore: revert to action
1 parent ed3fae8 commit 49279aa

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,15 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v2
7373
- 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'
74+
- uses: reactivecircus/android-emulator-runner@v2
75+
with:
76+
api-level: 29
77+
target: default
78+
arch: x86_64
79+
profile: pixel
80+
avd-name: aegir-android-29
81+
script: |
82+
npx aegir test -t react-native-android'
8483
# test-react-native-ios:
8584
# runs-on: macos-latest
8685
# steps:

0 commit comments

Comments
 (0)