File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 43
43
CARGO_INCREMENTAL : ' 0'
44
44
45
45
- name : Minio Setup for (ubuntu-latest only)
46
- # if: matrix.config.os == 'ubuntu-latest'
46
+ if : matrix.config.os == 'ubuntu-latest'
47
47
run : |
48
48
docker run -d -p 9000:9000 --name minio \
49
49
-e "MINIO_ACCESS_KEY=minioadmin" \
58
58
59
59
aws --endpoint-url http://127.0.0.1:9000/ s3 mb s3://testbucket
60
60
61
- - name : Run Stateless Tests with Standalone mode
61
+ - name : Run Stateless Tests with Standalone mode (ubuntu-latest only)
62
62
if : matrix.config.os == 'ubuntu-latest'
63
63
run : |
64
64
export STORAGE_TYPE=s3
68
68
export S3_STORAGE_ACCESS_KEY_ID=minioadmin
69
69
export S3_STORAGE_SECRET_ACCESS_KEY=minioadmin
70
70
bash ./scripts/ci/ci-run-stateless-tests-standalone.sh
71
+
72
+ - name : Run Stateless Tests with Standalone mode
73
+ if : matrix.config.os != 'ubuntu-latest'
74
+ run : |
75
+ bash ./scripts/ci/ci-run-stateless-tests-standalone.sh
You can’t perform that action at this time.
0 commit comments