Conversation
CI CommandsThe following CI workflows run automatically on every push and pull request:
The following commands can be used by maintainers to trigger additional tests that require access to secrets:
|
|
@claude can you fix the ci issues? |
|
Claude finished @luccabb's task in 1m 44s —— View job Fixing CI Issues
Root CauseBoth FixApply this change to require github.com/stretchr/testify v1.10.0
+
+require (
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/pmezard/go-difflib v1.0.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
+)Or simply run from the repo root: cd shelper && go mod tidyThen commit and push the updated
|
Summary
attributesprocessor dependency (used an internal package that external modules can't import)
github.com/facebookresearch/gcm/slurmprocessor@v0.0.1
Test Plan