From a9155d7c4d42697912721f365ab4a64df137a478 Mon Sep 17 00:00:00 2001 From: Samuel_cloud Date: Wed, 5 Jul 2023 11:13:29 -0300 Subject: [PATCH] test20 --- .github/workflows/pipeline.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 217ab1bf..8ddfe711 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -14,7 +14,7 @@ jobs: - name: instalar git run: sudo yum install git -y - - name: instalar git + - name: instalar tar run: sudo yum install tar -y - name: Eliminar antes de clonar @@ -38,14 +38,14 @@ jobs: java-version: '17' distribution: 'temurin' cache: maven - - name: Set up Maven - uses: aahmed-se/setup-maven@v3 - with: - maven-version: 3.6.1 + #- name: Set up Maven + # uses: aahmed-se/setup-maven@v3 + #with: + # maven-version: 3.6.1 - # - name: Setup Maven Action - # uses: s4u/setup-maven-action@v1.8.0 + - name: Setup Maven Action + uses: s4u/setup-maven-action@v1.8.0 - name: version mvn run: mvn -version