We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baba07b commit 6d5d8ceCopy full SHA for 6d5d8ce
.github/workflows/test_s3_minio.yml
@@ -47,8 +47,10 @@ jobs:
47
until curl -if http://localhost:9001; do
48
sleep 1;
49
done
50
- - name: Run Reductionist container
51
- run: docker run -it --detach --rm --net=host --name reductionist ghcr.io/stackhpc/reductionist-rs:latest
+ # - name: Run Reductionist container
+ # 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
54
- uses: conda-incubator/setup-miniconda@v2
55
with:
56
activate-environment: activestorage-minio
0 commit comments