mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-08-31 00:10:36 +02:00
Remove Docker image basic functionality test
This commit is contained in:
parent
bfa0419f79
commit
9cbcd8dd9c
1 changed files with 0 additions and 7 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue