Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid committed Aug 7, 2023
1 parent a23d27d commit 79e45ae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_test_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ jobs:
with:
node-version: 19
cache: "npm"

- name: Install yalc
run: npm i yalc -g

- name: Publish local changes
run: yalc publish

- name: Link yalc to local development
run: cd example && yalc add react-native-plaid-link-sdk && cd ../

- name: Install Node modules
run: cd example && npm install && cd ../

Expand All @@ -41,6 +32,15 @@ jobs:
- name: Install pod dependencies
run: cd example/ios && bundle install && bundle exec pod install && cd ..

- name: Install yalc
run: npm i yalc -g

- name: Publish local changes
run: yalc publish

- name: Link yalc to local development
run: cd example && yalc add react-native-plaid-link-sdk && cd ../

- name: Install the Apple certificate and provisioning profile
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
Expand Down

0 comments on commit 79e45ae

Please sign in to comment.