Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Jan 18, 2024
1 parent 95610c1 commit 865d9d0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
- run: pipenv install
- run: gem install bundler -v $(ruby .ci/bundler_version.rb)
- run: bundle -v
- run: |
mv Gemfile.lock Gemfile.lock.old
bundle install
git diff Gemfile.lock
rm Gemfile.lock
mv Gemfile.lock.old Gemfile.lock
- run:
name: Investigate why bundle update fails
command: |
mv Gemfile.lock Gemfile.lock.old
bundle install
git diff Gemfile.lock
rm Gemfile.lock
mv Gemfile.lock.old Gemfile.lock
- run: bundle update
- run: pipenv run bundle exec fastlane test
- run: bundle exec rubocop
Expand Down

0 comments on commit 865d9d0

Please sign in to comment.