From ac608c98ff4f4cd9697f5d18032362c45a83fc5a Mon Sep 17 00:00:00 2001 From: marmangam Date: Sat, 10 May 2025 23:16:46 +0200 Subject: [PATCH 1/3] Update pruebas.yml --- .github/workflows/pruebas.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/pruebas.yml b/.github/workflows/pruebas.yml index 2db842e3..13ba5aa4 100644 --- a/.github/workflows/pruebas.yml +++ b/.github/workflows/pruebas.yml @@ -26,3 +26,23 @@ jobs: run: | chmod +x gradlew ./gradlew build + + +test: + runs-on: ubuntu-latest + needs: Build + steps: + - name: Clonando el repositorio y estableciendo el espacio de trabajo + uses: actions/checkout@v3 + + - name: Configurando java + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '16' + + - name: Ejecutando los test + run: | + chmod +x gradlew + ./gradlew test + From 25e592e4b354f98e1cdf9441d64c8ed675c339c4 Mon Sep 17 00:00:00 2001 From: marmangam Date: Sat, 10 May 2025 23:28:33 +0200 Subject: [PATCH 2/3] Update pruebas.yml --- .github/workflows/pruebas.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/pruebas.yml b/.github/workflows/pruebas.yml index 13ba5aa4..25916f67 100644 --- a/.github/workflows/pruebas.yml +++ b/.github/workflows/pruebas.yml @@ -28,21 +28,21 @@ jobs: ./gradlew build -test: - runs-on: ubuntu-latest - needs: Build - steps: - - name: Clonando el repositorio y estableciendo el espacio de trabajo - uses: actions/checkout@v3 - - - name: Configurando java - uses: actions/setup-java@v3 - with: - distribution: 'temurin' - java-version: '16' - - - name: Ejecutando los test - run: | - chmod +x gradlew - ./gradlew test + test: + runs-on: ubuntu-latest + needs: Build + steps: + - name: Clonando el repositorio y estableciendo el espacio de trabajo + uses: actions/checkout@v3 + + - name: Configurando java + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '16' + + - name: Ejecutando los test + run: | + chmod +x gradlew + ./gradlew test From 283a6c10a9a17a0b757d85dadf3ee02f2bd6b252 Mon Sep 17 00:00:00 2001 From: marmangam Date: Sat, 10 May 2025 23:37:24 +0200 Subject: [PATCH 3/3] Update pruebas.yml --- .github/workflows/pruebas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pruebas.yml b/.github/workflows/pruebas.yml index 25916f67..324119cf 100644 --- a/.github/workflows/pruebas.yml +++ b/.github/workflows/pruebas.yml @@ -28,7 +28,7 @@ jobs: ./gradlew build - test: + Test: runs-on: ubuntu-latest needs: Build steps: