Update .github/workflows/cloud-runner-integrity.yml

Co-authored-by: Gabriel Le Breton <lebreton.gabriel@gmail.com>
This commit is contained in:
Frostebite
2025-12-04 22:53:25 +00:00
committed by GitHub
parent 1b988ce73b
commit 6de312ee1a

View File

@@ -65,7 +65,7 @@ jobs:
for i in {1..60}; do kubectl get nodes && break || sleep 5; done
kubectl get storageclass
- name: Start LocalStack (S3)
uses: localstack/setup-localstack@v0.2.3
uses: localstack/setup-localstack@v0.2.4
with:
install-awslocal: true
- name: Create S3 bucket for tests (host LocalStack)