Skip to content

Update test-action.yml: update a&a-u to 1.1.2 #23

Update test-action.yml: update a&a-u to 1.1.2

Update test-action.yml: update a&a-u to 1.1.2 #23

Workflow file for this run

name: TEST AVD Action ubuntu
on:
push:
branches:
- develop
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
- name: TESTING JAVA
run: |
java -version
- name: Appium & AVD action ubuntu (a&a-u)
uses: fahleiro/[email protected]
- name: TESTING ANDROID ENVIRONMENTS
run: |
echo $ANDROID_HOME
echo $ANDROID_SDK_ROOT
echo $ANDROID_AVD_HOME
- name: Test adb devices
run: |
~/Android/Sdk/platform-tools/adb devices