Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build_workflow.yml #84

Closed
wants to merge 1 commit into from
Closed

Conversation

vincent-fuchs
Copy link
Collaborator

Summary

Details

Context

Checklist:

  • I've added tests for my code.
  • Documentation has been updated accordingly to this PR

Related issue :

@@ -21,6 +21,6 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn clean install --no-transfer-progress
run: mvn clean install
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why you need to remove --no-transfer-progress ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be honest, I don't remember. Since this is draft, maybe it was just to try something. I've check latest build logs, and I don't see any "noise".

I'll close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants