Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Aug 6, 2024
1 parent 56893f8 commit 17e26d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ jobs:
brew install sd # used in CI script as an easier to use sed CLI. Replaces text in files.
brew install xcbeautify # used by fastlane for output
- name: Print Ruby Version
run: ruby -v

- name: Print Bundler Version
run: bundler -v

- name: Install Ruby dependencies
run: bundle install
working-directory: "apps/${{ matrix.sample-app }}"

- name: Generate New Version
id: generate_version
uses: maierj/fastlane-action@v3.1.0
Expand Down Expand Up @@ -101,16 +111,6 @@ jobs:
run: pod install --project-directory=ios
working-directory: "apps/${{ matrix.sample-app }}"

- name: Print Ruby Version
run: ruby -v

- name: Print Bundler Version
run: bundler -v

- name: Install Ruby dependencies
run: bundle install
working-directory: "apps/${{ matrix.sample-app }}"

- name: Run Android setup steps to be able to build sample apps
uses: ./.github/actions/setup-android
with:
Expand Down

0 comments on commit 17e26d1

Please sign in to comment.