From 1463eb21d7a3cac85567b5aa9ff4c356eddbb3bb Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 19 Nov 2020 03:28:57 +0300 Subject: [PATCH] Fix `rbenv` and `nodenv` in `rspec` CI task --- .cirrus.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cirrus.yaml b/.cirrus.yaml index 7f600e2..97d7a62 100644 --- a/.cirrus.yaml +++ b/.cirrus.yaml @@ -82,7 +82,9 @@ rspec_task: <<: *bundle_cache environment: CODECOV_TOKEN: ENCRYPTED[5bfb9cd3d53a72c8423ce1b84b18cf7d30fbdcf3a56a25f9cd79dbdff1c3552542578272db8088ec27d7de7f2c363d72] - test_script: bundle exec rspec + test_script: + - cat ~/.bashrc + - bundle exec rspec only_if: ($CIRRUS_BRANCH == 'master') || changesInclude( '.cirrus.yaml', '.gitignore', 'Gemfile', 'Rakefile', '.rspec',