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 e92b02e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ jobs:
# Add HTTPS remote.
lxc remote add localhost "$(lxc config trust add --name lxd-terraform-provider --quiet)"
- name: Configure MinIO
run: |
mkdir -p "${GOPATH}"
wget --no-verbose https://dl.min.io/server/minio/release/linux-amd64/minio -O "${GOPATH}/minio"
wget --no-verbose https://dl.min.io/client/mc/release/linux-amd64/mc -O "${GOPATH}/mc"
snap set lxd minio.path="${GOPATH}"
snap restart lxd
- name: Configure OVN
run: |
sudo apt-get update
Expand Down

0 comments on commit e92b02e

Please sign in to comment.