Skip to content

Commit

Permalink
fix(ci): install all dependencies to fix it on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkriz authored and mroz22 committed Sep 18, 2024
1 parent 2be9e24 commit 72ea3fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-suite-native-e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
run: |
echo -e "\nenableScripts: false" >> .yarnrc.yml
echo -e "\nenableHardenedMode: false" >> .yarnrc.yml
yarn workspaces focus @suite-native/app
yarn workspaces focus @suite-common/message-system
yarn install
- name: Setup Java
uses: actions/setup-java@v4
Expand Down Expand Up @@ -122,7 +121,7 @@ jobs:
run: |
echo -e "\nenableScripts: false" >> .yarnrc.yml
echo -e "\nenableHardenedMode: false" >> .yarnrc.yml
yarn workspaces focus @suite-native/app
yarn install
- name: Get device name from detox config file
id: device
Expand Down

0 comments on commit 72ea3fa

Please sign in to comment.