Skip to content

Commit

Permalink
Fix all_green
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS authored and tremble committed Apr 20, 2023
1 parent f624b3d commit 745464f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
if: ${{ always() }}
needs:
- changelog
- linters
- sanity
- unit-source
runs-on: ubuntu-latest
Expand All @@ -143,6 +144,6 @@ jobs:
python -c "assert set([
'${{ needs.changelog.result }}',
'${{ needs.sanity.result }}',
'${{ needs.unit-galaxy.result }}',
'${{ needs.linters.result }}',
'${{ needs.unit-source.result }}'
]) == {'success'}"

0 comments on commit 745464f

Please sign in to comment.