diff --git a/Dockerfile b/Dockerfile index 633e857..7968c61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,10 +33,6 @@ RUN curl -L -o "/tmp/kcov.tar.gz" "https://github.com/SimonKagstrom/kcov/archive FROM php:8.3-cli-bookworm -# Link the root directory to /github. -# @see https://github.com/actions/runner/issues/863 -RUN ln -s /root /github - # Upgrade all installed packages and clean up. # hadolint ignore=DL3005 RUN apt-get update -qq \ diff --git a/goss.yaml b/goss.yaml index 1728443..040eb2d 100644 --- a/goss.yaml +++ b/goss.yaml @@ -231,10 +231,5 @@ command: php -i | grep -Fq "PCOV support => Enabled": exit-status: 0 - stderr: [] - timeout: 10000 - - test -d /github: - exit-status: 0 - stderr: [] + stderr: [ ] timeout: 10000