diff --git a/.github/workflows/call-create-baseline.yml b/.github/workflows/call-create-baseline.yml index e24805d48d..cd64a719c4 100644 --- a/.github/workflows/call-create-baseline.yml +++ b/.github/workflows/call-create-baseline.yml @@ -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 }} @@ -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 }}