Skip to content

Commit dd9e838

Browse files
committed
fix(ci): tests
1 parent 13bc61a commit dd9e838

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-latest.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
os_name: ["alpine"]
21-
php_version: ["8.1", "8.2"]
22-
php_type: ["fpm", "cli", "supervisord"]
21+
# php_version: ["8.1", "8.2"]
22+
# php_type: ["fpm", "cli", "supervisord"]
23+
php_version: ["8.1"]
24+
php_type: ["fpm"]
2325
environment:
2426
name: latest
2527
url: https://hub.docker.com/r/wayofdev/php-base/tags?page=1&name=latest
@@ -86,8 +88,7 @@ jobs:
8688
labels: ${{ steps.meta.outputs.labels }}
8789

8890
- name: 🧪 Test Docker image with "latest" tag
89-
if: success() && ! startsWith(github.ref, 'refs/tags/')
90-
run: make test
91+
run: IMAGE_TAG=${{ env.IMAGE_TAG }} make test
9192

9293
- name: 📤 Push Docker image
9394
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)