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

Co-authored-by: Gabriel Le Breton <lebreton.gabriel@gmail.com>
cloud-runner-develop
Frostebite 2025-12-04 22:53:25 +00:00 committed by GitHub
parent 1b988ce73b
commit 6de312ee1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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