Conversation
Using null doesn't work because
Using null as suggested by current readme fails with this error.
```
Run sclorg/testing-farm-as-github-action@v4
Error: [
{
"code": "invalid_type",
"expected": "object",
"received": "null",
"path": [
"environments",
0,
"os"
],
"message": "Expected object, received null"
}
]
```
These changes are generated by Cursor AI
testing-farm-as-github-action has a bug that prevents from using the action without specifying the compose. This is our case because we specify the compose via variables. Until the PR with the fix is merged, let's use the action from spetrosi branch. sclorg/testing-farm-as-github-action#326
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #326 +/- ##
==========================================
+ Coverage 91.58% 92.20% +0.62%
==========================================
Files 14 14
Lines 867 911 +44
Branches 162 231 +69
==========================================
+ Hits 794 840 +46
+ Misses 73 64 -9
- Partials 0 7 +7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Thank you for the PR, but this is not right. You haven't updated the But I know where the problem is. |
|
It's shit code, sorry and thank you for looking at it. |
@spetrosi Is this still valid? If not please close it. |
|
Closing, since this is no longer needed. |
|
#326 (comment) it was pointed above that I didn't change |
Using null doesn't work because
Using null as suggested by current readme fails with the following error. An example run is here: https://github.com/redhat-cop/infra.leapp/actions/runs/19141825777
I've tested my edits in https://github.com/spetrosi/infra.leapp/actions/runs/19170275013/job/54800766505
These changes are generated by Cursor AI