Skip to content

Commit

Permalink
Fix rbenv and nodenv in rspec CI task
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWayfer committed Nov 19, 2020
1 parent cd43f11 commit 1463eb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1463eb2

Please sign in to comment.