Skip to content

fix 4-Policy docker Job #102

fix 4-Policy docker Job

fix 4-Policy docker Job #102

Triggered via push November 5, 2023 14:34
Status Startup failure
Total duration
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: push
Read Workflow Env Section Vars and set Github Outputs
Read Workflow Env Section Vars and set Github Outputs
Matrix: test_suite
Waiting for pending jobs
Draw Python Dependency Graphs ?
Draw Python Dependency Graphs ?
check_which_git_branch_we_are_on
check_which_git_branch_we_are_on
Static Code Analysis & Lint
Static Code Analysis & Lint
codecov_coverage_host
codecov_coverage_host
docker_build
docker_build
Draw Python Dependencies as Graphs, in .svg
Draw Python Dependencies as Graphs, in .svg
pypi_publish
pypi_publish
Fit to window
Zoom out
Zoom in

Annotations

1 error
Invalid workflow file: .github/workflows/test.yaml#L621
The workflow is not valid. .github/workflows/test.yaml (Line: 621, Col: 9): Unexpected end of expression: ')'. Located at position 356 within expression: always() && (needs.set_github_outputs.outputs.DOCKER_POLICY == '1' || ( !contains(needs.test_suite.result, 'failure') && !contains(needs.test_suite.result, 'cancelled') && needs.test_suite.result == 'success' || needs.set_github_outputs.outputs.DOCKER_POLICY == '2' && !contains(needs.test_suite.result, 'failure') && needs.test_suite.result == 'skipped' )