Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/intermittent-test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ jobs:
steps:
- name: Checkout project
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.ref }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Since the run-test job uses the right ref, the issue occurs only when build and test versions are far apart I guess

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, that's how we found it, since recently version was bumped to 2.1.0-SNAPSHOT.

- name: Cache for maven dependencies
uses: actions/cache/restore@v4
with:
Expand Down