Skip to content

Commit

Permalink
mvn
Browse files Browse the repository at this point in the history
Signed-off-by: Clemens Vasters <[email protected]>
  • Loading branch information
clemensv committed Apr 5, 2024
1 parent 1faccff commit 3828915
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
java-version: 21
maven-version: '3.9.6'
- name: Check Maven Path
run: |
mvn -v
echo "Maven Path: $(which mvn)"
# section only required while we need the temp package
- run: mkdir $GITHUB_WORKSPACE/packages
- run: echo "CEDISCO_NUGET_LOCAL_FEED=$GITHUB_WORKSPACE/packages" >> $GITHUB_ENV
Expand Down

0 comments on commit 3828915

Please sign in to comment.