Skip to content

Commit

Permalink
test20
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelcloud07 committed Jul 5, 2023
1 parent 846167e commit a9155d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a9155d7

Please sign in to comment.