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 d397ee6 commit e853ec6Copy full SHA for e853ec6
.github/workflows/e2e-android.yml
@@ -70,6 +70,7 @@ jobs:
70
run: echo "[]" > ~/.local/share/Detox/device.registry.state.lock
71
72
- name: Get device name
73
+ if: ${{ success() || failure() }}
74
id: device
75
run: node -e "console.log('AVD_NAME=' + require('./example/.detoxrc').devices.emulator.device.avdName)" >> $GITHUB_OUTPUT
76
0 commit comments