Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 802c43c

Browse files
committed
Remove redundant Docker build test job
The test-docker-build job is unnecessary because the test-local-action job already builds the Docker image for each test case when using 'uses: ./'. This reduces CI time and eliminates redundancy.
1 parent 90118d4 commit 802c43c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/test-action.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,3 @@ jobs:
4848
PHP_VERSION: ${{ matrix.test_case.php_version }}
4949
with:
5050
args: ${{ matrix.test_case.args }}
51-
52-
test-docker-build:
53-
name: Test Docker Build
54-
runs-on: ubuntu-latest
55-
56-
steps:
57-
- name: Checkout
58-
uses: actions/checkout@v4
59-
60-
- name: Set up Docker Buildx
61-
uses: docker/setup-buildx-action@v3
62-
63-
- name: Build Docker image
64-
uses: docker/build-push-action@v5
65-
with:
66-
context: .
67-
push: false
68-
tags: phparkitect/arkitect-github-actions:test
69-
cache-from: type=gha
70-
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)