mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-07-01 02:11:37 +00:00
M2_HOME.
This commit is contained in:
parent
6945e8489a
commit
4d6adad62a
6
.github/workflows/pr_into_master.yaml
vendored
6
.github/workflows/pr_into_master.yaml
vendored
@ -46,3 +46,9 @@ jobs:
|
|||||||
|
|
||||||
- name: "Validate Maven version"
|
- name: "Validate Maven version"
|
||||||
run: mvn -v | head -1 | grep "${{ matrix.maven_version }}"
|
run: mvn -v | head -1 | grep "${{ matrix.maven_version }}"
|
||||||
|
|
||||||
|
- name: "Validate Maven version"
|
||||||
|
run: |
|
||||||
|
mvn -v; \
|
||||||
|
echo $PATH; \
|
||||||
|
echo $M2_HOME
|
||||||
Loading…
Reference in New Issue
Block a user