Update test.yml

pull/301/head^2
Nilashish Chakraborty 2023-11-24 11:41:23 +05:30 committed by GitHub
parent fae5d9ecfb
commit f7c4bff769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -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 }}'
])"