Skip to content

Commit

Permalink
ci: server: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 31, 2024
1 parent 09f24c2 commit 03fb674
Show file tree
Hide file tree
Showing 2 changed files with 472 additions and 468 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ jobs:
run: |
git config --global --add safe.directory $(realpath .)
cd examples/server
git ls-files --others --modified
git status
./deps.sh
git status
git ls-files --others --modified
not_ignored_files="$(git ls-files --others --modified)"
if [ -n "${not_ignored_files}" ]; then
echo "Repository is dirty or server deps are not built as expected"
Expand Down
Loading

0 comments on commit 03fb674

Please sign in to comment.