mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Tweak magento tests to use latest version back
This commit is contained in:
parent
b9f05ad165
commit
b2cf8986f5
2 changed files with 2 additions and 9 deletions
|
|
@ -1,5 +1,3 @@
|
|||
image:
|
||||
tag: "2.4.5"
|
||||
magentoHost: "www.example.com"
|
||||
magentoUsername: "user"
|
||||
magentoPassword: "changeme42"
|
||||
|
|
@ -8,10 +6,5 @@ magentoFirstName: "John"
|
|||
magentoLastName: "Doe"
|
||||
magentoAdminUri: "admin"
|
||||
mariadb:
|
||||
image:
|
||||
tag: "10.2"
|
||||
auth:
|
||||
password: "changeme1337"
|
||||
elasticsearch:
|
||||
image:
|
||||
tag: "7"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
"delay": 300,
|
||||
"tests": [
|
||||
{
|
||||
"type": "string",
|
||||
"type": "status",
|
||||
"url": "https://www.example.com",
|
||||
"string": "magento"
|
||||
"string": 200
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue