Skip to content

Commit

Permalink
Add working-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Oct 2, 2023
1 parent 29bf751 commit 170c93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
working-directory: ${{ env.WORKING_DIRECTORY }}
run: yarn install
- name: Install Maestro CLI
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
yarn install-e2e
echo "$HOME/.maestro/bin" >> "$GITHUB_ENV"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
working-directory: ${{ env.WORKING_DIRECTORY }}/ios
run: pod install
- name: Install Maestro CLI
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
yarn install-e2e
echo "$HOME/.maestro/bin" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 170c93e

Please sign in to comment.