From 7d8cdff1b556f855504eb7b3c7dec80df4f6dad7 Mon Sep 17 00:00:00 2001 From: shashwata Date: Fri, 26 Jan 2024 10:28:23 +0600 Subject: [PATCH] update env --- .github/workflows/all-tests.yml | 2 -- tests/pw/.wp-env.json | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/all-tests.yml b/.github/workflows/all-tests.yml index 4e2e1994e3..5dfed5d0d3 100644 --- a/.github/workflows/all-tests.yml +++ b/.github/workflows/all-tests.yml @@ -126,8 +126,6 @@ jobs: cd tests/pw mkdir -p debuglog && touch debuglog/debug.log - - # Start wordpress environment - name: Start WordPress Env id: wp-env diff --git a/tests/pw/.wp-env.json b/tests/pw/.wp-env.json index 785ec0e213..c1b4fdcbe0 100644 --- a/tests/pw/.wp-env.json +++ b/tests/pw/.wp-env.json @@ -22,8 +22,7 @@ "WP_DEBUG_DISPLAY": "true" }, "mappings": { - ".htaccess": ".htaccess", - "wp-content/debug.log": "./debuglog/debug.log" + ".htaccess": ".htaccess" } } }