Update s3-iam-tests.yml

This commit is contained in:
chrislu
2025-08-26 08:58:03 -07:00
parent efe95f631e
commit 61d1d974bb
+4 -2
View File
@@ -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