Skip to content

Commit

Permalink
#TestFlight #alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkumpe committed Dec 23, 2023
1 parent 0a60e40 commit bca0a8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/xcode_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
- name: Bundle dependencies
run: bundle install

- name: Fix Git
run: git config --global --add url."git@github.com:".insteadOf "https://github.com/"

- name: CocoaPods dependencies
env:
Expand All @@ -52,6 +49,9 @@ jobs:
unsplash_accesskey: ${{ secrets.UNSPLASH_ACCESSKEY }}
unsplash_secretkey: ${{ secrets.UNSPLASH_SECRETKEY }}
run: bundle exec pod check || bundle exec pod install

- name: Fix Git
run: git config --global --add url."git@github.com:".insteadOf "https://github.com/"

- name: Fastlane Match
env:
Expand Down Expand Up @@ -110,9 +110,6 @@ jobs:
- name: Bundle dependencies
run: bundle install

- name: Fix Git
run: git config --global --add url."git@github.com:".insteadOf "https://github.com/"

- name: CocoaPods dependencies
env:
Expand All @@ -124,6 +121,9 @@ jobs:
unsplash_accesskey: ${{ secrets.UNSPLASH_ACCESSKEY }}
unsplash_secretkey: ${{ secrets.UNSPLASH_SECRETKEY }}
run: bundle exec pod check || bundle exec pod install

- name: Fix Git
run: git config --global --add url."git@github.com:".insteadOf "https://github.com/"

- name: Fastlane Match
env:
Expand Down

0 comments on commit bca0a8b

Please sign in to comment.