From be28e0c8292357f9d5c9479acff68157c3cf3713 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 21 Jan 2025 17:32:01 +0800 Subject: [PATCH] sleep --- .github/workflows/samples-ruby-petstore.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/samples-ruby-petstore.yaml b/.github/workflows/samples-ruby-petstore.yaml index 8afd73ee223f..fb2630224081 100644 --- a/.github/workflows/samples-ruby-petstore.yaml +++ b/.github/workflows/samples-ruby-petstore.yaml @@ -41,6 +41,7 @@ jobs: run: | sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts cat /etc/hosts + sleep 30 - uses: actions/setup-ruby@v1 with: ruby-version: 3.0