We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 91902a0 commit 2c1d451Copy full SHA for 2c1d451
.circleci/config.yml
@@ -24,7 +24,7 @@ canary_tests: &canary_tests
24
command: npm i --no-save webpack@next
25
- run:
26
name: Run unit tests.
27
- 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
28
29
version: 2
30
jobs:
0 commit comments