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 8cd359b commit 0dbb851Copy full SHA for 0dbb851
1 file changed
.github/workflows/conformance.yml
@@ -32,14 +32,6 @@ jobs:
32
FULL_JAR_PATH="${GITHUB_WORKSPACE}/${JAR_PATH}"
33
echo "JAR_PATH=${FULL_JAR_PATH}" >> $GITHUB_ENV
34
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
43
44
- name: Run Conformance Tests
45
uses: brokkoli71/zarr-conformance-tests@main
0 commit comments