test project version extraction

This commit is contained in:
2024-08-30 13:06:01 +10:00
parent 3bf878b5e3
commit 27765c4145

View File

@@ -159,6 +159,9 @@ jobs:
needs:
- build-docker
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4.2.2
if: ${{ hashFiles('**/pom.xml') }}
with: