diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ab3d901..a8bc3e00 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ canary_tests: &canary_tests command: npm i --no-save webpack@next - run: name: Run unit tests. - command: npm run ci:test + command: if [[ $(compver --name webpack --gte next --lt latest) < 1 ]] ; then printf "n00p Canary Suite"; else npm run test ; fi version: 2 jobs: