diff --git a/README.md b/README.md index 613e8475e..603a9b5e8 100644 --- a/README.md +++ b/README.md @@ -394,9 +394,6 @@ They are composite actions which can be used in any of your workflows e.g. ssh-known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }} ``` -Tests can be run locally with [act](https://github.com/nektos/act): -`act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:runner-latest -j Static-Tests` - ### Composer Lock Diff Update Pull Request descriptions with a markdown table of any changes detected in `composer.lock` using [composer-lock-diff](https://github.com/davidrjonas/composer-lock-diff). diff --git a/scaffold/github/actions/common/ddev/action.yml b/scaffold/github/actions/common/ddev/action.yml index 8188bedc3..24c40bf9a 100644 --- a/scaffold/github/actions/common/ddev/action.yml +++ b/scaffold/github/actions/common/ddev/action.yml @@ -60,11 +60,6 @@ runs: sudo apt install -y ddev fi - # Support local runner https://github.com/nektos/act - if [ "$ACT" != "" ]; then - sudo chown runner:docker /var/run/docker.sock - fi - ddev config global --instrumentation-opt-in=false --omit-containers=ddev-ssh-agent if [ "${{ inputs.composer-cache-dir }}" != "false" ]; then