Skip to content

Commit

Permalink
Change info steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Querela committed Oct 28, 2024
1 parent d58c438 commit 48576a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'

- name: Info (java, maven)
run: |
java --version
mvn --version
- name: Info (java)
run: java --version

- name: Info (maven)
run: mvn --version

- name: Install archetype
run: mvn clean install "archetype:update-local-catalog"
Expand Down

0 comments on commit 48576a4

Please sign in to comment.