Skip to content

Commit

Permalink
Super fancy error message if assets must be built
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and mlocati committed Oct 29, 2023
1 parent 92b682b commit 8ef82aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: startsWith(matrix.os, 'windows') == false
run: |
if ! git diff --exit-code --name-status; then
printf '\n\nPLEASE RUN\n\nbin/unipoints build\n'
echo "::error file=$(git diff --name-status | head -n1)::PLEASE RUN bin/unipoints build"
exit 1
fi
- name: Check PHP coding style
Expand Down

0 comments on commit 8ef82aa

Please sign in to comment.