Browse Source

Update s3-iam-tests.yml

pull/7160/head
chrislu 1 month ago
parent
commit
61d1d974bb
  1. 6
      .github/workflows/s3-iam-tests.yml

6
.github/workflows/s3-iam-tests.yml

@ -242,11 +242,13 @@ jobs:
go install -buildvcs=false
- name: Configure Keycloak (repo script only)
shell: bash
working-directory: .
run: |
echo "Configuring Keycloak via repo script..."
sudo apt-get update -y
sudo apt-get install -y jq
bash test/s3/iam/setup_keycloak.sh
sudo apt-get install -y jq bash
/bin/bash test/s3/iam/setup_keycloak.sh
- name: Start SeaweedFS Services
working-directory: test/s3/iam

Loading…
Cancel
Save