We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dce78 commit 94c6afdCopy full SHA for 94c6afd
.github/workflows/check-js-build.yml
@@ -47,6 +47,8 @@ jobs:
47
# Compare the plotly/labextension and plotly/labextension-tmp directories
48
diff -r plotly/labextension/ plotly/labextension-tmp/ > labextension_diff.txt
49
50
+ echo "checking for differences between plotly/labextension and plotly/labextension-tmp"
51
+
52
# Check for differences
53
if [ -s labextension_diff.txt ]; then
54
echo "❌ Build artifacts differ:"
@@ -58,6 +60,10 @@ jobs:
58
60
echo "✅ Build artifacts match expected output"
59
61
FAIL=0
62
fi
63
64
+ echo "checked for differences"
65
+ echo "FAIL: $FAIL"
66
67
exit $FAIL
68
69
- name: Store the build artifacts from plotly/labextension
0 commit comments