From 61d1d974bb15944457dbd16fa9c6c03ced162066 Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 26 Aug 2025 08:58:03 -0700 Subject: [PATCH] Update s3-iam-tests.yml --- .github/workflows/s3-iam-tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/s3-iam-tests.yml b/.github/workflows/s3-iam-tests.yml index 262dfcf46..cf3e7f98c 100644 --- a/.github/workflows/s3-iam-tests.yml +++ b/.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