[Custom Images] Adding snapshot keyword to workflow praser #187
Annotations
7 errors
|
|
|
languageservice/src/complete.test.ts#L351
expect(received).toHaveLength(expected)
Expected length: 16
Received length: 17
Received array: [{"documentation": undefined, "label": "cancel-timeout-minutes", "tags": undefined, "textEdit": {"newText": "cancel-timeout-minutes: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "Concurrency ensures that only a single job using the same concurrency group will run at a time. A concurrency group can be any string or expression. The expression can use any context except for the `secrets` context.·
You can also specify `concurrency` at the workflow level."}, "label": "concurrency", "tags": undefined, "textEdit": {"newText": "concurrency: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "A container to run any steps in a job that don't already specify a container. If you have steps that use both script and container actions, the container actions will run as sibling containers on the same network with the same volume mounts.·
If you do not set a container, all steps will run directly on the host specified by runs-on unless a step refers to an action configured to run in a container."}, "label": "container", "tags": undefined, "textEdit": {"newText": "container: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": undefined, "label": "continue-on-error", "tags": undefined, "textEdit": {"newText": "continue-on-error: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "A map of default settings that will apply to all steps in the job. You can also set default settings for the entire workflow."}, "label": "defaults", "tags": undefined, "textEdit": {"newText": "defaults:
", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "A map of variables that are available to all steps in the job."}, "label": "env", "tags": undefined, "textEdit": {"newText": "env:
", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "The environment that the job references. All environment protection rules must pass before a job referencing the environment is sent to a runner."}, "label": "environment", "tags": undefined, "textEdit": {"newText": "environment: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "You can use the `if` conditional to prevent a job from running unless a condition is met. You can use any supported context and expression to create a conditional."}, "label": "if", "tags": undefined, "textEdit": {"newText": "if: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": undefined, "label": "name", "tags": undefined, "textEdit": {"newText": "name: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "Use `needs` to identify any jobs that must complete successfully before this job will run. It can be a string or array of strings. If a job fails, all jobs that need it are skipped unless the jobs use a conditional expression that causes the job to continue. If a run contains a series of jobs that need each other, a failure applies to all jobs in the dependency chain from the point of failure onwards."}, "label": "needs", "tags": undefined, "textEdit": {"newText": "needs: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, …]
at Object.<anonymous> (src/complete.test.ts:351:20)
|
|
languageservice/src/complete.test.ts#L338
expect(received).toHaveLength(expected)
Expected length: 16
Received length: 17
Received array: [{"documentation": undefined, "label": "cancel-timeout-minutes", "tags": undefined, "textEdit": {"newText": "cancel-timeout-minutes: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "Concurrency ensures that only a single job using the same concurrency group will run at a time. A concurrency group can be any string or expression. The expression can use any context except for the `secrets` context.·
You can also specify `concurrency` at the workflow level."}, "label": "concurrency", "tags": undefined, "textEdit": {"newText": "concurrency: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "A container to run any steps in a job that don't already specify a container. If you have steps that use both script and container actions, the container actions will run as sibling containers on the same network with the same volume mounts.·
If you do not set a container, all steps will run directly on the host specified by runs-on unless a step refers to an action configured to run in a container."}, "label": "container", "tags": undefined, "textEdit": {"newText": "container: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": undefined, "label": "continue-on-error", "tags": undefined, "textEdit": {"newText": "continue-on-error: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "A map of default settings that will apply to all steps in the job. You can also set default settings for the entire workflow."}, "label": "defaults", "tags": undefined, "textEdit": {"newText": "defaults:
", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "A map of variables that are available to all steps in the job."}, "label": "env", "tags": undefined, "textEdit": {"newText": "env:
", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "The environment that the job references. All environment protection rules must pass before a job referencing the environment is sent to a runner."}, "label": "environment", "tags": undefined, "textEdit": {"newText": "environment: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "You can use the `if` conditional to prevent a job from running unless a condition is met. You can use any supported context and expression to create a conditional."}, "label": "if", "tags": undefined, "textEdit": {"newText": "if: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": undefined, "label": "name", "tags": undefined, "textEdit": {"newText": "name: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, {"documentation": {"kind": "markdown", "value": "Use `needs` to identify any jobs that must complete successfully before this job will run. It can be a string or array of strings. If a job fails, all jobs that need it are skipped unless the jobs use a conditional expression that causes the job to continue. If a run contains a series of jobs that need each other, a failure applies to all jobs in the dependency chain from the point of failure onwards."}, "label": "needs", "tags": undefined, "textEdit": {"newText": "needs: ", "range": {"end": {"character": 5, "line": 5}, "start": {"character": 4, "line": 5}}}}, …]
at Object.<anonymous> (src/complete.test.ts:338:20)
|
|
languageservice/src/complete.test.ts#L269
expect(received).toHaveLength(expected)
Expected length: 19
Received length: 20
Received array: [{"documentation": undefined, "label": "cancel-timeout-minutes", "tags": undefined, "textEdit": {"newText": "cancel-timeout-minutes: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "A container to run any steps in a job that don't already specify a container. If you have steps that use both script and container actions, the container actions will run as sibling containers on the same network with the same volume mounts.·
If you do not set a container, all steps will run directly on the host specified by runs-on unless a step refers to an action configured to run in a container."}, "label": "container", "tags": undefined, "textEdit": {"newText": "container: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": undefined, "label": "continue-on-error", "tags": undefined, "textEdit": {"newText": "continue-on-error: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "A map of default settings that will apply to all steps in the job. You can also set default settings for the entire workflow."}, "label": "defaults", "tags": undefined, "textEdit": {"newText": "defaults:
", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "A map of variables that are available to all steps in the job."}, "label": "env", "tags": undefined, "textEdit": {"newText": "env:
", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "The environment that the job references. All environment protection rules must pass before a job referencing the environment is sent to a runner."}, "label": "environment", "tags": undefined, "textEdit": {"newText": "environment: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "You can use the `if` conditional to prevent a job from running unless a condition is met. You can use any supported context and expression to create a conditional."}, "label": "if", "tags": undefined, "textEdit": {"newText": "if: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": undefined, "label": "name", "tags": undefined, "textEdit": {"newText": "name: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "Use `needs` to identify any jobs that must complete successfully before this job will run. It can be a string or array of strings. If a job fails, all jobs that need it are skipped unless the jobs use a conditional expression that causes the job to continue. If a run contains a series of jobs that need each other, a failure applies to all jobs in the dependency chain from the point of failure onwards."}, "label": "needs", "tags": undefined, "textEdit": {"newText": "needs: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "A map of outputs for a called workflow. Called workflow outputs are available to all downstream jobs in the caller workflow. Each output has an identifier, an optional `description,` and a `value`. The `value` must be set to the value of an output from a job within the called workflow."}, "label": "outputs", "tags": undefined, "textEdit": {"newText": "outputs:
", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, …]
at Object.<anonymous> (src/complete.test.ts:269:20)
|
|
languageservice/src/complete.test.ts#L257
expect(received).toHaveLength(expected)
Expected length: 20
Received length: 21
Received array: [{"documentation": undefined, "label": "cancel-timeout-minutes", "tags": undefined, "textEdit": {"newText": "cancel-timeout-minutes: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "Concurrency ensures that only a single job using the same concurrency group will run at a time. A concurrency group can be any string or expression. The expression can use any context except for the `secrets` context.·
You can also specify `concurrency` at the workflow level."}, "label": "concurrency", "tags": undefined, "textEdit": {"newText": "concurrency: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "A container to run any steps in a job that don't already specify a container. If you have steps that use both script and container actions, the container actions will run as sibling containers on the same network with the same volume mounts.·
If you do not set a container, all steps will run directly on the host specified by runs-on unless a step refers to an action configured to run in a container."}, "label": "container", "tags": undefined, "textEdit": {"newText": "container: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": undefined, "label": "continue-on-error", "tags": undefined, "textEdit": {"newText": "continue-on-error: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "A map of default settings that will apply to all steps in the job. You can also set default settings for the entire workflow."}, "label": "defaults", "tags": undefined, "textEdit": {"newText": "defaults:
", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "A map of variables that are available to all steps in the job."}, "label": "env", "tags": undefined, "textEdit": {"newText": "env:
", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "The environment that the job references. All environment protection rules must pass before a job referencing the environment is sent to a runner."}, "label": "environment", "tags": undefined, "textEdit": {"newText": "environment: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "You can use the `if` conditional to prevent a job from running unless a condition is met. You can use any supported context and expression to create a conditional."}, "label": "if", "tags": undefined, "textEdit": {"newText": "if: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": undefined, "label": "name", "tags": undefined, "textEdit": {"newText": "name: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "Use `needs` to identify any jobs that must complete successfully before this job will run. It can be a string or array of strings. If a job fails, all jobs that need it are skipped unless the jobs use a conditional expression that causes the job to continue. If a run contains a series of jobs that need each other, a failure applies to all jobs in the dependency chain from the point of failure onwards."}, "label": "needs", "tags": undefined, "textEdit": {"newText": "needs: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, …]
at Object.<anonymous> (src/complete.test.ts:257:20)
|
|
languageservice/src/complete.test.ts#L246
expect(received).toHaveLength(expected)
Expected length: 20
Received length: 21
Received array: [{"documentation": undefined, "label": "cancel-timeout-minutes", "tags": undefined, "textEdit": {"newText": "cancel-timeout-minutes: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "Concurrency ensures that only a single job using the same concurrency group will run at a time. A concurrency group can be any string or expression. The expression can use any context except for the `secrets` context.·
You can also specify `concurrency` at the workflow level."}, "label": "concurrency", "tags": undefined, "textEdit": {"newText": "concurrency: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "A container to run any steps in a job that don't already specify a container. If you have steps that use both script and container actions, the container actions will run as sibling containers on the same network with the same volume mounts.·
If you do not set a container, all steps will run directly on the host specified by runs-on unless a step refers to an action configured to run in a container."}, "label": "container", "tags": undefined, "textEdit": {"newText": "container: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": undefined, "label": "continue-on-error", "tags": undefined, "textEdit": {"newText": "continue-on-error: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "A map of default settings that will apply to all steps in the job. You can also set default settings for the entire workflow."}, "label": "defaults", "tags": undefined, "textEdit": {"newText": "defaults:
", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "A map of variables that are available to all steps in the job."}, "label": "env", "tags": undefined, "textEdit": {"newText": "env:
", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "The environment that the job references. All environment protection rules must pass before a job referencing the environment is sent to a runner."}, "label": "environment", "tags": undefined, "textEdit": {"newText": "environment: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "You can use the `if` conditional to prevent a job from running unless a condition is met. You can use any supported context and expression to create a conditional."}, "label": "if", "tags": undefined, "textEdit": {"newText": "if: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": undefined, "label": "name", "tags": undefined, "textEdit": {"newText": "name: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, {"documentation": {"kind": "markdown", "value": "Use `needs` to identify any jobs that must complete successfully before this job will run. It can be a string or array of strings. If a job fails, all jobs that need it are skipped unless the jobs use a conditional expression that causes the job to continue. If a run contains a series of jobs that need each other, a failure applies to all jobs in the dependency chain from the point of failure onwards."}, "label": "needs", "tags": undefined, "textEdit": {"newText": "needs: ", "range": {"end": {"character": 9, "line": 3}, "start": {"character": 4, "line": 3}}}}, …]
at Object.<anonymous> (src/complete.test.ts:246:20)
|
|
languageservice/src/complete.test.ts#L73
expect(received).toEqual(expected) // deep equality
Expected: 20
Received: 21
at Object.<anonymous> (src/complete.test.ts:73:27)
|
The logs for this run have expired and are no longer available.
Loading