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

Don't use Maven cache option in Flaky workflow Java setup #2052

Conversation

michalvavrik
Copy link
Member

@michalvavrik michalvavrik commented Sep 26, 2024

Summary

Tried it here #2050 and got https://github.com/quarkus-qe/quarkus-test-suite/actions/runs/11049285587/job/30694514227. Error: No file in /home/runner/work/quarkus-test-suite/quarkus-test-suite matched to [**/pom.xml], make sure you have checked out the target repository

I made mistake. I read https://github.com/actions/setup-java?tab=readme-ov-file#caching-packages-dependencies. What I need is POM.xml if I want to cache it's dependencies, but there is no pom and JBang deps are not supported.

Please select the relevant options.

  • Bug fix (non-breaking change which fixes an issue)
  • Dependency update
  • Refactoring
  • Backport
  • New scenario (non-breaking change which adds functionality)
  • This change requires a documentation update
  • This change requires execution against OCP (use run tests phrase in comment)

Checklist:

  • Methods and classes used in PR scenarios are meaningful
  • Commits are well encapsulated and follow the best practices

@rsvoboda rsvoboda merged commit 9f65663 into quarkus-qe:main Sep 26, 2024
6 of 13 checks passed
@michalvavrik michalvavrik deleted the feature/fix-flaky-workflow-java-setup-again branch September 26, 2024 11:05
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