Skip to content

Commit

Permalink
Merge remote-tracking branch 'phymbert/master' into hp/server/deps-ch…
Browse files Browse the repository at this point in the history
…eck-TMP-OK

# Conflicts:
#	.github/workflows/server.yml
  • Loading branch information
phymbert committed Mar 31, 2024
2 parents 3d7d06c + 561c8b8 commit 6432269
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,12 @@ jobs:
run: |
git config --global --add safe.directory $(realpath .)
cd examples/server
git ls-files --others --modified
git status
./deps.sh
git status
not_ignored_files="$(git ls-files --others --modified)"
echo "Modified files: ${not_ignored_files}"
if [ -n "${not_ignored_files}" ]; then
echo "Repository is dirty or server deps are not built as expected"
echo "${not_ignored_files}"
Expand Down

0 comments on commit 6432269

Please sign in to comment.