Skip to content

Commit

Permalink
Check ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue authored Nov 4, 2024
1 parent fee6f5a commit a5287be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Ruby
run: export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)"
run: export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)" && ruby --version

- name: Update Bundler
run: bundle update
run: ruby --version && bundle update

- name: Check static code quality of iOS App
run: bundle exec fastlane swift_lint
Expand Down

0 comments on commit a5287be

Please sign in to comment.