File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments