Skip to content

Commit b703af1

Browse files
committed
fixup
1 parent 0d74161 commit b703af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Run Unit Test
9696
run: |
9797
if [ "${{ matrix.CODE_COVERAGE }}" == "true" ]; then
98-
docker run --rm -u "$(id -u):$(id -g)" -v "$(pwd):/workdir" 'test:${{ matrix.PHP_VERSION }}' \
98+
docker run --rm -v "$(pwd):/workdir" 'test:${{ matrix.PHP_VERSION }}' \
9999
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
100100
&& 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 \
101101
&& docker-php-ext-install pcov \

0 commit comments

Comments
 (0)