Skip to content

Commit

Permalink
Primeira exec do pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislima committed Sep 4, 2024
1 parent 25cecf4 commit 26aa891
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean install
run: |
pwd
ls

0 comments on commit 26aa891

Please sign in to comment.