We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1caab commit 0b62504Copy full SHA for 0b62504
.github/workflows/github-actions-ci.yml
@@ -11,14 +11,13 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v2
13
14
- - run: bundle install
15
- run: pod install --repo-update
16
17
- name: Set Xcode Version 16.4.0
18
run: sudo xcode-select -s /Applications/Xcode_16.4.0.app
19
20
- name: fastlane
21
- run: set -o pipefail && bundle exec fastlane travis
+ run: set -o pipefail && fastlane travis
22
23
- run: bash <(curl -s https://codecov.io/bash) -J 'FlexLayout' -J 'FlexLayoutTests'
24
Gemfile
Gemfile.lock
0 commit comments