From 0a97d8a1fc9f5c0ef64af34ba51c37dfd94959a0 Mon Sep 17 00:00:00 2001 From: Joe Corall <joe@libops.io> Date: Tue, 23 Apr 2024 03:03:37 -0400 Subject: [PATCH] fix add-hosts flag --- .github/workflows/build-2.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-2.x.yml b/.github/workflows/build-2.x.yml index 3e1a1503..69eb9678 100644 --- a/.github/workflows/build-2.x.yml +++ b/.github/workflows/build-2.x.yml @@ -60,7 +60,7 @@ jobs: ports: - 4444:4444 # selenium needs to access drupal running on the host - options: --add-host localhost=host-gateway + options: --add-host=localhost:host-gateway # Steps represent a sequence of tasks that will be executed as part of the job steps: