From 564f4e023dd6fcfef145cfd8be7414bb0272e966 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sun, 21 Sep 2025 17:34:07 +0800 Subject: [PATCH] cat hosts --- .github/workflows/samples-ruby.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/samples-ruby.yaml b/.github/workflows/samples-ruby.yaml index 383a3ac52cb6..45d680c7bd43 100644 --- a/.github/workflows/samples-ruby.yaml +++ b/.github/workflows/samples-ruby.yaml @@ -23,9 +23,9 @@ jobs: matrix: sample: - samples/client/petstore/ruby/ - - samples/client/petstore/ruby-faraday/ - - samples/client/petstore/ruby-httpx/ - - samples/client/petstore/ruby-autoload/ + #- samples/client/petstore/ruby-faraday/ + #- samples/client/petstore/ruby-httpx/ + #- samples/client/petstore/ruby-autoload/ services: petstore-api: image: swaggerapi/petstore @@ -39,6 +39,7 @@ jobs: - name: Add hosts to /etc/hosts run: | sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts + cat /etc/hosts - uses: ruby/setup-ruby@v1 with: ruby-version: '3.2' # Not needed with a .ruby-version, .tool-versions or mise.toml