Skip to content

Commit 00c264f

Browse files
committed
debug
1 parent f3dce78 commit 00c264f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check-js-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
# Compare the plotly/labextension and plotly/labextension-tmp directories
4848
diff -r plotly/labextension/ plotly/labextension-tmp/ > labextension_diff.txt
4949
50+
echo "checking for differences between plotly/labextension and plotly/labextension-tmp"
51+
5052
# Check for differences
5153
if [ -s labextension_diff.txt ]; then
5254
echo "❌ Build artifacts differ:"
@@ -58,6 +60,11 @@ jobs:
5860
echo "✅ Build artifacts match expected output"
5961
FAIL=0
6062
fi
63+
64+
echo "checked for differences"
65+
echo "FAIL: $FAIL"
66+
67+
set +e
6168
exit $FAIL
6269
6370
- name: Store the build artifacts from plotly/labextension

0 commit comments

Comments
 (0)