Skip to content

Commit 0dbb851

Browse files
committed
remove debug statements
1 parent 8cd359b commit 0dbb851

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ jobs:
3232
FULL_JAR_PATH="${GITHUB_WORKSPACE}/${JAR_PATH}"
3333
echo "JAR_PATH=${FULL_JAR_PATH}" >> $GITHUB_ENV
3434
echo "Found JAR at: ${FULL_JAR_PATH}"
35-
# Verify it exists
36-
if [ -f "$FULL_JAR_PATH" ]; then
37-
echo "✓ JAR file exists and is accessible"
38-
ls -lh "$FULL_JAR_PATH"
39-
else
40-
echo "✗ JAR file not found!"
41-
exit 1
42-
fi
4335
4436
- name: Run Conformance Tests
4537
uses: brokkoli71/zarr-conformance-tests@main

0 commit comments

Comments
 (0)