Skip to content

Commit e853ec6

Browse files
committed
Add conditional execution for device name retrieval in Android E2E workflow
1 parent d397ee6 commit e853ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
run: echo "[]" > ~/.local/share/Detox/device.registry.state.lock
7171

7272
- name: Get device name
73+
if: ${{ success() || failure() }}
7374
id: device
7475
run: node -e "console.log('AVD_NAME=' + require('./example/.detoxrc').devices.emulator.device.avdName)" >> $GITHUB_OUTPUT
7576

0 commit comments

Comments
 (0)