mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-17 13:36:48 -07:00
Update .github/workflows/cloud-runner-integrity.yml
Co-authored-by: Gabriel Le Breton <lebreton.gabriel@gmail.com>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user