Skip to content

Commit

Permalink
Add conditional execution for device name retrieval in Android E2E wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
lposen committed Oct 18, 2024
1 parent d397ee6 commit e853ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
run: echo "[]" > ~/.local/share/Detox/device.registry.state.lock

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

Expand Down

0 comments on commit e853ec6

Please sign in to comment.