refactor(ci): combine Gentoo with other docker tests #5717
Triggered via pull request
October 9, 2024 11:26
Status
Startup failure
Total duration
–
Artifacts
–
validation.yaml
on: pull_request
Check for file changes
Check depencencies
Check hyperlinks
Check pull request title
Check the documentation
Test source on FreeBSD
Test source on NetBSD
Test source on OpenBSD
Matrix: run-nodebuilder-baremetal
Waiting for pending jobs
Matrix: run-nodebuilder-docker
Waiting for pending jobs
Annotations
1 error
Invalid workflow file:
.github/workflows/validation.yaml#L439
The workflow is not valid. .github/workflows/validation.yaml (Line: 439, Col: 13): Unexpected symbol: '#'. Located at position 211 within expression: (
needs.changes.outputs.ci == 'true' ||
needs.changes.outputs.dependencies == 'true' ||
contains(needs.changes.outputs.docker-files, matrix.dockerfile) ||
needs.changes.outputs.shell == 'true'
) && (
# Only run Gentoo when the Dockerfile changed or on scheduled runs or workflow_dispatch
matrix.container != 'Gentoo' ||
contains(needs.changes.outputs.docker-files[...]
|