diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8eaddcc..558cf58 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,11 +25,6 @@ jobs: - 28.2 - 29.2 - snapshot - services: - http-server: - image: kennethreitz/httpbin - ports: - - 8080:80 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3