ci: fix kurtosis actions#588
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
There was a problem hiding this comment.
Pull request overview
Updates the Kurtosis E2E GitHub workflows to use the corrected local action paths from the checked-out 0xPolygon/kurtosis-pos repository, aligning with the upstream fix referenced in the PR description.
Changes:
- Update the “Pre kurtosis run” step to use
./.github/actions/kurtosis/setup. - Update the “Post kurtosis run” step to use
./.github/actions/kurtosis/cleanup.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/kurtosis-stateless-e2e.yml | Switches setup/cleanup action paths to the kurtosis/ subdirectory for stateless Kurtosis E2E runs. |
| .github/workflows/kurtosis-e2e.yml | Switches setup/cleanup action paths to the kurtosis/ subdirectory for Kurtosis E2E runs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #588 +/- ##
=========================================
- Coverage 42.1% 42.1% -0.1%
=========================================
Files 172 172
Lines 17722 17722
=========================================
- Hits 7478 7476 -2
- Misses 9166 9167 +1
- Partials 1078 1079 +1 see 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|



Description
Fix kurtosis action. Based on 0xPolygon/bor#2223