Skip to content

Commit

Permalink
Better CI error message
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Jul 23, 2021
1 parent dd4eb2e commit 0b6ee8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
echo ----------------------------------------
echo Troubleshooting
echo ----------------------------------------
echo "::error::Unstaged changes detected. Try locally cleaning your git repo (git clean -ffdx) and rebuild the app"
echo "::error::Unstaged/Uncommitted changes detected. This happens likely due to incorrectly formatted (kotlin) files."
echo "::error::Try rebuild the app locally and commit the missing changes."
exit 1
fi
Expand Down

0 comments on commit 0b6ee8b

Please sign in to comment.