Skip to content

Commit

Permalink
Merge pull request #621 from xuwei-k/patch-2
Browse files Browse the repository at this point in the history
add maven plugin test in ci.yml
  • Loading branch information
eed3si9n authored Oct 5, 2023
2 parents 813b866 + 3d14512 commit 0548e68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ jobs:
echo "unexpected java version"
exit 1
esac
- name: maven plugin
run: |
pushd mvn-scalaxb
mvn test
popd

0 comments on commit 0548e68

Please sign in to comment.