From 1a9e6b8dcbd783b71a8cb845804514a97fbc8171 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Tue, 14 Aug 2018 14:46:38 +0200 Subject: [PATCH] Try to fix failing test [MAILPOET-1491] --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 83c9a58c4e..856fabbd34 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -157,6 +157,9 @@ jobs: - run: name: "Set up virtual host" command: echo 127.0.0.1 mailpoet.loc | sudo tee -a /etc/hosts + - run: + name: "Prepare example.com for testing" + command: echo 127.0.0.1 example.com | sudo tee -a /etc/hosts - restore_cache: key: composer-{{ checksum "composer.json" }}-{{ checksum "composer.lock" }} - restore_cache: @@ -188,6 +191,9 @@ jobs: - run: name: "Set up virtual host" command: echo 127.0.0.1 mailpoet.loc | sudo tee -a /etc/hosts + - run: + name: "Prepare example.com for testing" + command: echo 127.0.0.1 example.com | sudo tee -a /etc/hosts - restore_cache: key: composer-{{ checksum "composer.json" }}-{{ checksum "composer.lock" }} - restore_cache: