Skip to content

Conversation

@aqh160323-create
Copy link

name: por culos

on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout del código
  uses: actions/checkout@v4
  
- name: Configurar JDK
  uses: actions/setup-java@v4
  with:
    distribution: 'temurin'
    java-version: '17'
    
- name: Configurar Android SDK
  uses: android-actions/setup-android@v3
  
- name: Hacer ejecutables los scripts Gradle
  run: chmod +x ./gradlew
  
- name: Construir con Gradle
  run: ./gradlew assembleDebug
  
- name: Ejecutar tests
  run: ./gradlew test
  
- name: Subir APK como artifact
  uses: actions/upload-artifact@v4
  with:
    name: app-debug
    path: app/build/outputs/apk/debug/

@google-cla
Copy link

google-cla bot commented Oct 13, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link

@marlonmacbar-netizen marlonmacbar-netizen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name: por culos

on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout del código
  uses: actions/checkout@v4
  
- name: Configurar JDK
  uses: actions/setup-java@v4
  with:
    distribution: 'temurin'
    java-version: '17'
    
- name: Configurar Android SDK
  uses: android-actions/setup-android@v3
  
- name: Hacer ejecutables los scripts Gradle
  run: chmod +x ./gradlew
  
- name: Construir con Gradle
  run: ./gradlew assembleDebug
  
- name: Ejecutar tests
  run: ./gradlew test
  
- name: Subir APK como artifact
  uses: actions/upload-artifact@v4
  with:
    name: app-debug
    path: app/build/outputs/apk/debug/ 

Marlon macfarland

@Komal-Agarwal96 Komal-Agarwal96 force-pushed the master branch 2 times, most recently from cc3495a to 7f6ebeb Compare December 11, 2025 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants