Skip to content

Commit

Permalink
enable MINIO_CI_CD for functional tests (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Feb 16, 2022
1 parent a76fd35 commit 98a40db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
MINIO_KMS_MASTER_KEY: my-minio-key:6368616e676520746869732070617373776f726420746f206120736563726574
MINIO_ACCESS_KEY: minio
MINIO_SECRET_KEY: minio123
GO111MODULE: on
MINIO_CI_CD: true
run: |
New-Item -ItemType Directory -Path "$env:temp/certs-dir"
Copy-Item -Path testcerts\* -Destination "$env:temp/certs-dir"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
MINIO_ACCESS_KEY: minio
MINIO_SECRET_KEY: minio123
MINIO_KMS_MASTER_KEY: my-minio-key:6368616e676520746869732070617373776f726420746f206120736563726574
GO111MODULE: on
SSL_CERT_FILE: /tmp/certs-dir/public.crt
MINIO_CI_CD: true
run: |
sudo apt update -y
sudo apt install devscripts -y
Expand Down

0 comments on commit 98a40db

Please sign in to comment.