Skip to content

Commit

Permalink
fix: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekstosio committed May 21, 2024
1 parent 52bc127 commit 50e4777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
cache: 'yarn'
- name: Install root node dependencies
run: yarn install && yarn submodules
- name: Install shared app dependencies
run: (cd app && yarn install)
- name: Install node dependencies
id: install_deps
working-directory: ${{ env.WORKING_DIRECTORY }}
Expand Down

0 comments on commit 50e4777

Please sign in to comment.