Skip to content

Commit

Permalink
.github: Configure MinIO with LXD
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Sep 20, 2024
1 parent 8eda5b0 commit bd4eff3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ jobs:
# Add HTTPS remote.
lxc remote add localhost "$(lxc config trust add --name lxd-terraform-provider --quiet)"
- name: Configure MinIO
run: |
minioDir="$(go env GOPATH)/bin/minio"
mkdir -p "${minioDir}"
wget --no-verbose https://dl.min.io/server/minio/release/linux-amd64/minio -O "${minioDir}/minio"
wget --no-verbose https://dl.min.io/client/mc/release/linux-amd64/mc -O "${minioDir}/mc"
snap set lxd minio.path="${GOPATH}"
snap restart lxd
- name: Configure OVN
run: |
sudo apt-get update
Expand Down

0 comments on commit bd4eff3

Please sign in to comment.