Skip to content

Commit 06d5681

Browse files
committed
more tests before cd
1 parent d0cd1d7 commit 06d5681

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/cd.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ jobs:
4646
export PHP_VERSION=${{ matrix.php-version }} &&
4747
export IMAGE_TAG=php-${{ matrix.php-version }}-${{ matrix.variant }}:test &&
4848
./.github/workflows/test-image.sh
49+
-
50+
name: "Check FPM binary"
51+
if: ${{ matrix.variant == 'fpm' }}
52+
run:
53+
export PHP_VERSION=${{ matrix.php-version }} &&
54+
export IMAGE_TAG=php-${{ matrix.php-version }}-${{ matrix.variant }}:test &&
55+
./.github/workflows/test-image-fpm.sh
56+
-
57+
name: "Check CLI interactive shell"
58+
if: ${{ matrix.variant == 'cli' }}
59+
run:
60+
export PHP_VERSION=${{ matrix.php-version }} &&
61+
export IMAGE_TAG=php-${{ matrix.php-version }}-${{ matrix.variant }}:test &&
62+
./.github/workflows/test-image-cli.sh
4963
-
5064
name: Preparing image meta
5165
id: meta

0 commit comments

Comments
 (0)