Skip to content

Commit

Permalink
Update test-action.yml: disable
Browse files Browse the repository at this point in the history
  • Loading branch information
fahleiro authored Apr 17, 2024
1 parent 13e6920 commit 2612e7b
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
name: TEST AVD Action ubuntu
# name: TEST AVD Action ubuntu

on:
push:
branches:
- develop
pull_request:
branches: [ "develop" ]
# on:
# push:
# branches:
# - develop
# pull_request:
# branches: [ "develop" ]

jobs:
build:
runs-on: ubuntu-latest
env:
ANDROID_HOME: ~/Android/Sdk
ANDROID_SDK_ROOT: ~/Android/Sdk
ANDROID_AVD_HOME: /home/runner/.config/.android/avd/
# jobs:
# build:
# runs-on: ubuntu-latest
# env:
# ANDROID_HOME: ~/Android/Sdk
# ANDROID_SDK_ROOT: ~/Android/Sdk
# ANDROID_AVD_HOME: /home/runner/.config/.android/avd/

steps:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
# steps:
# - name: Set up JDK 17
# uses: actions/setup-java@v4
# with:
# java-version: '17'
# distribution: 'adopt'

- name: TESTING JAVA
run: |
java -version
# - name: TESTING JAVA
# run: |
# java -version

- name: Appium & AVD action ubuntu (a&a-u)
uses: fahleiro/[email protected]
# - 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: 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
# - name: Test adb devices
# run: |
# ~/Android/Sdk/platform-tools/adb devices

0 comments on commit 2612e7b

Please sign in to comment.