Skip to content

Commit

Permalink
chore: update ios workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekstosio committed May 28, 2024
1 parent 4f7f7c7 commit 92357ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install root node dependencies
run: yarn install && yarn submodules
- name: Install shared app dependencies
run: (cd app && yarn install)
run: (cd apps/examples && yarn install)
- name: Install node dependencies
working-directory: ${{ env.WORKING_DIRECTORY }}
run: yarn
Expand Down

0 comments on commit 92357ae

Please sign in to comment.