Skip to content

Commit f9e3410

Browse files
committed
build command changed from mvn to ./mvnw
1 parent 393d69b commit f9e3410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pmd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
2525
- name: Build PMD
2626
run: |
27-
(cd pmd && mvn clean install -DskipTests> ../pmd.txt)
27+
(cd pmd && ./mvnw clean install -DskipTests> ../pmd.txt)
2828
2929
- name: Running PMD
3030
run: |
31-
alias pmd="$HOME/pmd/bin/pmd"
31+
alias pmd="/pmd/bin/pmd"
3232
pmd cpd -l fortran pr/src/* > ../pmd-fort.txt
3333
pmd cpd -l python pr/toolchain/* > ../pmd-py.txt
3434

0 commit comments

Comments
 (0)