fix 4-Policy docker Job #102
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
Matrix: test_suite
Waiting for pending jobs
Static Code Analysis & Lint
Draw Python Dependencies as Graphs, in .svg
pypi_publish
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' )
|