Skip to content

Commit

Permalink
nicer output
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Jan 16, 2024
1 parent 82e2565 commit df5264d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
if [ ${{ steps.composer.outcome == 'failure' || steps.style.outcome == 'failure' || steps.deps.outcome == 'failure' || steps.phan.outcome == 'failure' || steps.psalm.outcome == 'failure' || steps.phpstan.outcome == 'failure' || steps.unit.outcome == 'failure' || steps.integration.outcome == 'failure' }} == true ]; then \
echo "::error::One or more steps failed"; \
exit 1; \
fi
- name: Setup cache environment
Expand Down

0 comments on commit df5264d

Please sign in to comment.