From 846abfd80c44d8d9aba5db2d72713f7c513e7593 Mon Sep 17 00:00:00 2001 From: 0mkar <0mkar@protonmail.com> Date: Thu, 10 Jan 2019 16:03:40 +0530 Subject: [PATCH] update cirlce-ci tests --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b5dc66e1d3..7f963545eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: - run: npm install && npm run bootstrap - run: cd remix-simulator && npm test - remix-resolve: + remix-url-resolver: docker: - image: circleci/node:10 environment: @@ -62,7 +62,7 @@ jobs: steps: - checkout - run: npm install && npm run bootstrap - - run: cd remix-resolve && npm run build && npm test + - run: cd remix-url-resolver && npm run build && npm test workflows: @@ -74,4 +74,4 @@ workflows: - remix-analyzer - remix-tests - remix-simulator - - remix-resolve + - remix-url-resolver