mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #763] [MERGED] Simplify Matrix decode, add defaults for fail-fast and max-parallel, add test #1594
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1594
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/763
Author: @catthehacker
Created: 7/26/2021
Status: ✅ Merged
Merged: 8/9/2021
Merged by: @mergify[bot]
Base:
master← Head:cat/fix/strategy📝 Commits (3)
aa0d7b5fix[workflow]: multiple fixes for workflow/matrix7717208fix(workflow): use yaml node for env keye3eb7dfMerge branch 'master' into cat/fix/strategy📊 Changes
6 files changed (+236 additions, -72 deletions)
View changed files
➕
pkg/model/testdata/strategy/push.yml(+50 -0)📝
pkg/model/workflow.go(+109 -64)📝
pkg/model/workflow_test.go(+58 -0)📝
pkg/runner/expression_test.go(+9 -4)📝
pkg/runner/run_context_test.go(+9 -4)📝
pkg/runner/runner_test.go(+1 -0)📄 Description
fix[workflow]: default
max-parallelfix[workflow]: default
fail-fast, it'strue, notfalsefix[workflow]: skipping over the job when
strategy:is defined butmatrix:isn't (fixes #625)fix[workflow]: skip non-existing includes keys and hard fail on non-existing excludes keys
fix[workflow]: simplify Matrix decode (because I "think" I know how
yamlworks) (fixes #760)fix[tests]: add test for planner and runner
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.