Skip to content

Commit

Permalink
ARGHHHHH
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Apr 8, 2021
1 parent b8ace0a commit e31c8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
id: pods-cache
with:
path: native/iosTest/Pods
key: ${{ runner.os }}-pods-cache-${{ hashFiles('**/Podfile.lock') }}-${{ hashFiles('**/Manifest.lock') }}
key: ${{ runner.os }}-pods-cache-${{ hashFiles('**/Podfile.lock') }}
- run: bundle install
- name: 'pod install'
if: steps.pods-cache.outputs.cache-hit != 'true'
if: true # steps.pods-cache.outputs.cache-hit != 'true'
run: cd native/iosTest && bundle exec pod install
- run: yarn test:ios
- run: yarn swiftlint
Expand Down

0 comments on commit e31c8e1

Please sign in to comment.