Skip to content

Commit

Permalink
Flatten 'Install Maestro CLI' action, add echo PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Oct 2, 2023
1 parent bb97f14 commit ea7af20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
run: yarn install
- name: Install Maestro CLI
working-directory: ${{ env.WORKING_DIRECTORY }}
run: yarn install-e2e
- name: Export Maestro CLI env
working-directory: ${{ env.WORKING_DIRECTORY }}
run: echo "PATH=$HOME/.maestro/bin" >> $GITHUB_ENV
run: |
- yarn install-e2e
- echo "PATH=$HOME/.maestro/bin" >> $GITHUB_ENV
- echo "$PATH"
- name: Run emulator and tests
uses: reactivecircus/[email protected]
with:
Expand Down

0 comments on commit ea7af20

Please sign in to comment.