We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f848b97 commit 5c4c65cCopy full SHA for 5c4c65c
1 file changed
.github/workflows/check.yml
@@ -44,7 +44,7 @@ jobs:
44
redis:
45
image: redis:3
46
minio:
47
- image: raghavaalajangi95/dcor-minio:latest
+ image: mpzpm/dcor-dev:minio-latest
48
# Note:
49
# The official MinIO setup uses standalone mode, which has limitations:
50
# - Certain 'mc admin' commands, such as user and policy management, are not supported.
@@ -112,4 +112,4 @@ jobs:
112
--cov=ckanext.dcor_depot \
113
--cov-report=xml \
114
--cov-append \
115
- ckanext/dcor_depot/tests/
+ ckanext/dcor_depot/tests/
0 commit comments