Skip to content

Commit

Permalink
exit 1 when warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal authored Nov 3, 2023
1 parent c4a8d2b commit 02af32d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
- run: |
if grep "warn" $GITHUB_WORKSPACE/*.log; then
echo "::warning:: Looks like tailwind build has unexpected warnings"
exit 1
fi

0 comments on commit 02af32d

Please sign in to comment.