Skip to content

Commit

Permalink
chore: update git workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekstosio committed May 28, 2024
1 parent c90c403 commit fd6bd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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
id: install_deps
working-directory: ${{ env.WORKING_DIRECTORY }}
Expand Down

0 comments on commit fd6bd90

Please sign in to comment.