Skip to content

Bring up an OS from matrix in step1 , compile code in step2 depends on step1, run tests from matrix #27010

Answered by BrightRan
intendo asked this question in Actions
Discussion options

You must be logged in to vote

@intendo ,

When configuring a workflow, you need to understand:
1) You must and only can specify runner on job-level, and each job runs on only one runner.

2) The runner is assigned when the job startup, and you can’t change the runner during the job is running via a step in this job.

3) You can’t define matrix on workflow-level, you can only define matrix on each job.

4) Each job in the matrix can only take one value from the array of each configuration option, can’t take multiple values from a same configuration option.

5) The matrix configuration options defined on a job can’t available to another job. If you want other jobs can execute the same configuration options, you need to direc…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants