Skip to content

Commit 3df0b98

Browse files
authored
Update config.yml
1 parent 0102c30 commit 3df0b98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
cd $HOME/qa-framework
3434
sudo chmod 777 /usr/local/lib/node_modules
3535
sudo chmod 777 /usr/local/bin
36+
sudo echo "127.0.0.1 local.topcoder-dev.com" >>/etc/hosts
37+
sudo echo "127.0.0.1 local.topcoder.com" >>/etc/hosts
3638
mv -f test/config/ci-config.js test/config/config.js
3739
npm install
3840
npm test

0 commit comments

Comments
 (0)