Skip to content

Commit 6e7ea52

Browse files
committed
Test outputs
1 parent 30623b0 commit 6e7ea52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/flix_sample.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
java-version: 21
6666

6767
- name: Create AVD
68-
id: test-action-1
68+
id: create
6969
uses: ndtp/android-avd-manager-action@main
7070
with:
7171
avd-name: baz
@@ -78,7 +78,7 @@ jobs:
7878
uses: ndtp/enable-kvm-action@v1
7979

8080
- name: Launch and configure emulator
81-
id: test-action-2
81+
id: launch
8282
uses: ndtp/android-emulator-runner@main
8383
with:
8484
avd-name: baz
@@ -93,7 +93,7 @@ jobs:
9393
run: adb devices
9494

9595
- name: Kill Emulator
96-
run: adb -s emulator-5554 emu kill
96+
run: adb -s emulator-${{ steps.launch.outputs.emulator-port }} emu kill
9797

9898

9999
# - name: Download app apk

0 commit comments

Comments
 (0)