Skip to content
Snippets Groups Projects
Commit 6afcb676 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #11895 Test E2E

parent 74379065
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ job_e2e:
- npm install
- npm run build
- apt-get install -yqq openjdk-11-jdk
- apt-get install -yqq firefox
# - apt-get install -yqq firefox
- sed 's/<databaseserver>.*<\/databaseserver>/<databaseserver>postgres<\/databaseserver>/;s/<databasepassword>.*<\/databasepassword>/<databasepassword><\/databasepassword>/;s/<databasename>.*<\/databasename>/<databasename>MaarchCourrier<\/databasename>/;s/<databaseuser>.*<\/databaseuser>/<databaseuser>maarch<\/databaseuser>/' apps/maarch_entreprise/xml/config.xml.default > apps/maarch_entreprise/xml/config.xml
- curl -o /dev/null --silent --head --write-out '%{http_code}\n' http://127.0.0.1/MaarchCourrier
- npm run ee-launch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment