We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d74161 commit b703af1Copy full SHA for b703af1
.github/workflows/test.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: Run Unit Test
96
run: |
97
if [ "${{ matrix.CODE_COVERAGE }}" == "true" ]; then
98
- docker run --rm -u "$(id -u):$(id -g)" -v "$(pwd):/workdir" 'test:${{ matrix.PHP_VERSION }}' \
+ docker run --rm -v "$(pwd):/workdir" 'test:${{ matrix.PHP_VERSION }}' \
99
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
100
&& mkdir -p /usr/src/php/ext/pcov && curl -fsSL https://pecl.php.net/get/pcov | tar xvz -C /usr/src/php/ext/pcov --strip 1 \
101
&& docker-php-ext-install pcov \
0 commit comments