Skip to content

Commit

Permalink
ensure mvn steps import .m2 folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Aug 12, 2021
1 parent a6aa880 commit 69c7669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set eval variables
run: |
echo "DOCKER_COMMAND=docker run --user $(id -u):$(id -g) -v ${GITHUB_WORKSPACE}:/build ${DOCKER_IMAGE}" >> $GITHUB_ENV
echo "DOCKER_COMMAND=docker run --user $(id -u):$(id -g) -v ${GITHUB_WORKSPACE}:/build -v /home/runner/.m2:/build/.m2 ${DOCKER_IMAGE}" >> $GITHUB_ENV
$DOCKER_COMMAND java -version
$DOCKER_COMMAND node -v
git config --global user.email "${GITHUB_EMAIL}"
Expand Down

0 comments on commit 69c7669

Please sign in to comment.