Skip to content

Commit 6d5d8ce

Browse files
committed
try remote reductionist
1 parent baba07b commit 6d5d8ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test_s3_minio.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
until curl -if http://localhost:9001; do
4848
sleep 1;
4949
done
50-
- name: Run Reductionist container
51-
run: docker run -it --detach --rm --net=host --name reductionist ghcr.io/stackhpc/reductionist-rs:latest
50+
# - name: Run Reductionist container
51+
# run: docker run -it --detach --rm --net=host --name reductionist ghcr.io/stackhpc/reductionist-rs:latest
52+
- name: Ping remote Reductionist
53+
run: curl -k https://192.171.169.248:8080/.well-known/reductionist-schema
5254
- uses: conda-incubator/setup-miniconda@v2
5355
with:
5456
activate-environment: activestorage-minio

0 commit comments

Comments
 (0)