From 9cbcd8dd9cb5ee1f2ca102d63d54190a81af656a Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 29 Aug 2025 22:38:25 +0200 Subject: [PATCH] Remove Docker image basic functionality test --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c31ef37..33824a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,13 +87,6 @@ jobs: docker build -t rsync-deployments . --no-cache echo "Docker image built successfully" - - name: Test Docker image basic functionality - run: | - # Test that the Docker image can run basic commands - echo "Testing basic Docker functionality..." - docker run --rm rsync-deployments which rsync - echo "Docker image test completed" - action-structure: runs-on: ubuntu-latest name: Validate Action Structure