From dc97383f87d37863ba4446dfff458e1c6dbd07f8 Mon Sep 17 00:00:00 2001 From: Ryan Faulhaber Date: Wed, 23 Oct 2024 17:27:03 -0400 Subject: [PATCH] remove container operation --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) 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