Skip to content

Commit

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

- name: Info (java, maven)
run: |
java --version
mvn --version
- name: Install archetype
run: mvn clean install "archetype:update-local-catalog"

Expand Down

0 comments on commit d58c438

Please sign in to comment.