Skip to content

Commit

Permalink
Merge branch 'master' into dt-expand-ios-presentation-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid committed Aug 7, 2023
2 parents df12ad9 + f7a8426 commit 0f37cf0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_test_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,19 @@ jobs:
with:
node-version: 19
cache: "npm"

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

- name: Publish local changes
run: yalc publish

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

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

- name: Restore Pods cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 0f37cf0

Please sign in to comment.