[FORGEJO] when a workflow decode error happen, log and do not crash #54
Labels
No labels
Compat/Breaking
Kind/Bug
Kind
Chore
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo/act!54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "earl-warren/act:wip-decode-fatal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cascade of tests using this pull request of ACT
otherwise LGTM
@ -45,3 +45,3 @@run: go build -tags WITHOUT_DOCKER -v ./...- name: testrun: go test -v ./pkg/jobparserrun: go test -v ./pkg/jobparser ./pkg/modelwhy this?
because the tests in
pkg/modelwere not run before.should we use
./...to run all tests?I don't think it will work but I forgot why. I opened a pull request for that at #55
There are a few dozen failures, fixing them is probably not rocket science but out of scope for that PR, IMHO.
accidentally