Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shore committed Aug 23, 2024
1 parent 5aa3776 commit 12c8595
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,9 @@ jobs:
run: |
touch moocow
if [ "$(find "$PWD" -newer "${RUNNER_TEMP}/pre-install-marker" | wc -l | xargs)" -gt 0 ]; then
{
echo "Unexpected files left in working directory" 1>&2
find "$PWD" -newer "${RUNNER_TEMP}/pre-install-marker" 1>&2
exit 1
} | while read line ; do
echo "::error::$line"
done
echo "::error::Unexpected files left in working directory"
find "$PWD" -newer "${RUNNER_TEMP}/pre-install-marker"
exit 1
fi
echo "No unexpected files found."
Expand Down

0 comments on commit 12c8595

Please sign in to comment.