Skip to content

Commit 2e5c6fc

Browse files
authored
Update conformance test action to not use fork
1 parent 0dbb851 commit 2e5c6fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
echo "Found JAR at: ${FULL_JAR_PATH}"
3535
3636
- name: Run Conformance Tests
37-
uses: brokkoli71/zarr-conformance-tests@main
37+
uses: Bisaloo/zarr-conformance-tests@main
3838
with:
3939
zarr-cli: "java -jar ${{ env.JAR_PATH }}"

0 commit comments

Comments
 (0)