Update test.yml
parent
fae5d9ecfb
commit
f7c4bff769
|
@ -35,9 +35,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: >-
|
- run: >-
|
||||||
python -c "assert set([
|
python -c "assert 'failure' not in
|
||||||
|
set([
|
||||||
|
'${{ needs.ansible-lint.result }}',
|
||||||
'${{ needs.changelog.result }}',
|
'${{ needs.changelog.result }}',
|
||||||
'${{ needs.integration.result }}',
|
|
||||||
'${{ needs.sanity.result }}',
|
'${{ needs.sanity.result }}',
|
||||||
'${{ needs.unit-galaxy.result }}'
|
'${{ needs.unit-galaxy.result }}',
|
||||||
]) == {'success'}"
|
'${{ needs.unit-source.result }}'
|
||||||
|
])"
|
||||||
|
|
Loading…
Reference in New Issue