diff --git a/.github/workflows/end_to_end_tests_internal.yml b/.github/workflows/end_to_end_tests_internal.yml index ab65db59..b177dd46 100644 --- a/.github/workflows/end_to_end_tests_internal.yml +++ b/.github/workflows/end_to_end_tests_internal.yml @@ -104,6 +104,9 @@ jobs: run: | appium --log-level debug & # Start Appium in the background sleep 10 # Wait for Appium to initialize + + - name: Appium Driver List + run: appium driver list - name: Run tests uses: reactivecircus/android-emulator-runner@v2