Skip to content

Commit a1e7273

Browse files
committed
diagnostics
1 parent ff2af1b commit a1e7273

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/verify-testing-docs-on-change.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
if ! diff -q testing-documentation-before.json shiny/pytest/_generate/_data/testing-documentation.json > /dev/null 2>&1; then
4949
echo "docs_changed=true" >> $GITHUB_OUTPUT
5050
echo "The generated documentation is out of sync with the current controller changes."
51+
echo "\n\n"
52+
diff -q testing-documentation-before.json shiny/pytest/_generate/_data/testing-documentation.json
53+
echo "\n\n"
5154
else
5255
echo "docs_changed=false" >> $GITHUB_OUTPUT
5356
echo "Documentation file is up to date"

0 commit comments

Comments
 (0)