Skip to content

Commit

Permalink
echo android
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Jul 18, 2024
1 parent 30888f6 commit 0fba1b1
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/call-create-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
baseline_file:
name: Upload baseline profile file
runs-on: [self-hosted, AndroidShell]
runs-on: [ self-hosted, AndroidShell ]
outputs:
BUILD_VARIANT_NAME: ${{ steps.create_uppercase_variant.outputs.BUILD_VARIANT_NAME }}
BASELINE_FILE_ID: ${{ steps.create_baseline_file_id.outputs.BASELINE_FILE_ID }}
Expand Down Expand Up @@ -87,12 +87,17 @@ jobs:
sudo apt update;
sudo apt install -y libx11-6;
- name: Run baseline profiles
- name: Echo android home
run: |
./gradlew ${{ steps.create_baseline_task.outputs.BASELINE_TASK }}
echo $ANDROID_HOME
ls /lib
- uses: actions/upload-artifact@master
name: "Upload baseline file"
with:
name: ${{ steps.create_baseline_file_id.outputs.BASELINE_FILE_ID }}
path: ${{ steps.create_baseline_file_path.outputs.BASELINE_FILE_PATH }}
# - name: Run baseline profiles
# run: |
# ./gradlew ${{ steps.create_baseline_task.outputs.BASELINE_TASK }}

# - uses: actions/upload-artifact@master
# name: "Upload baseline file"
# with:
# name: ${{ steps.create_baseline_file_id.outputs.BASELINE_FILE_ID }}
# path: ${{ steps.create_baseline_file_path.outputs.BASELINE_FILE_PATH }}

0 comments on commit 0fba1b1

Please sign in to comment.