Today 'tunepolo' Leaned

globstarを使う

globstarとはzshで使える **/*.rbのような0以上のディレクトリに展開される表記を指す。

CircleCIではbashが使われるが、bashでは明示的にshopt -s globstarが設定されていない限り、デフォルトでは ** は * 相当に展開される。

globstarを使う場合、circleci tests glob "**/*.rb"のように記述する。

Last updated on 5 May 2020
Edit on GitHub