Use correct variable to trigger visual regression test
This commit is contained in:
parent
49a969a11c
commit
e8dff32c88
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
if [[ ${RUN_E2E} == 1 ]]; then
|
if [[ ${RUN_VIS_REGRESSION} == 1 ]]; then
|
||||||
|
|
||||||
WP_SITE_URL="http://localhost:8080"
|
WP_SITE_URL="http://localhost:8080"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue