We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33308e4 commit c2faf71Copy full SHA for c2faf71
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.
@@ -113,4 +113,4 @@ jobs:
113
--cov=ckanext.dcor_schemas \
114
--cov-report=xml \
115
--cov-append \
116
- ckanext
+ ckanext
0 commit comments