Zequi Vázquez

Results 16 comments of Zequi Vázquez

The checks for _Test Binary Installer_ are failing due to the Taskfile version change, from `3.38` to `3.44.0-failfast-default-true`. Please, update the reference in [this file](https://github.com/Lullabot/drainpipe/blob/main/.github/workflows/TestBinaryInstaller.yml#L64) to fix it. Thanks!

I implemented a unique source of truth for the Node JS version to be installed for both Github Actions, DDEV and Tugboat, as part of https://github.com/Lullabot/drainpipe/pull/957. Then, once the pull...

I am running Docker v28.3.3 in Ubuntu 24.04, and after DDEV project gets configured, I get a considerable number of error messages like this one: ``` [Static Tests/Static-Tests] failed to...

When running `act` with `sudo`, I get the following (this is the bottom of the output): ``` [Static Tests/Static-Tests] ✅ Success - Main Install and Start DDEV [36.723455933s] [Static Tests/Static-Tests]...

After some research, I found something interesting. We have the following lines in the file `./.github/actions/drainpipe/ddev/action.yml`: ``` # Support local runner https://github.com/nektos/act if [ "$ACT" != "" ]; then sudo...

Hey folks, I found a fix. We need to (1) remove the line that alters Docker socket permissions from `.github/actions/drainpipe/ddev/action.yml`, and (2) run the command with the following options: ```...

@davereid @mrdavidburns @deviantintegral, I applied some changes to this one, in order to move it forward. Can you please take a look and let me know if the chosen approach...

Running action-validator via yarn is, indeed, still slow. Good news is, with the approach implemented in this PR (direct global install in the Dockerfile), execution is fast: ``` time (find...

@davereid, both issues are now solved: 1. When running `ddev task test:security`, the plugin is installed properly and the command is not stall anymore ``` $ ddev task test:security [test:security]...

> It's when running `ddev task test:security format=junit` that it stalls. Yes, it should be working fine too in that case: ``` $ ddev task test:security format=junit [test:security] Changed current...