Skip to content

Commit b7eca69

Browse files
committed
Check out code
1 parent 153b58b commit b7eca69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/flix_sample.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
shard_index: [0]
5757

5858
steps:
59+
- uses: actions/checkout@v4
5960

6061
- name: Create AVD
6162
id: create
@@ -110,4 +111,5 @@ jobs:
110111
verbose: true
111112

112113
- name: Kill Emulator
114+
if: always()
113115
run: adb -s emulator-${{ steps.launch.outputs.emulator-port }} emu kill

0 commit comments

Comments
 (0)