Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal committed Oct 15, 2023
1 parent f96b73a commit f0efbc3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- run: npx run-s test:* 2> $GITHUB_WORKSPACE/test.stderr.log

- run: |
if grep -q "warn" <(cat $GITHUB_WORKSPACE/*.log); then
echo 'looks like tailwind build has unexpected warnings'
exit 1
end
if grep -q "warn" $GITHUB_WORKSPACE/*.log; then
echo 'Looks like tailwind build has unexpected warnings';
fi

0 comments on commit f0efbc3

Please sign in to comment.