Skip to content

Commit

Permalink
Fix maestro env again
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Oct 2, 2023
1 parent 170c93e commit c1a09cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
yarn install-e2e
echo "$HOME/.maestro/bin" >> "$GITHUB_ENV"
echo "$PATH"
MAESTRO_PATH=$HOME/.maestro/bin
echo "$MAESTRO_PATH" >> $GITHUB_ENV
- name: Run emulator and tests
uses: reactivecircus/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
yarn install-e2e
echo "$HOME/.maestro/bin" >> "$GITHUB_ENV"
echo "$PATH"
MAESTRO_PATH=$HOME/.maestro/bin
echo "$MAESTRO_PATH" >> $GITHUB_ENV
- name: Run emulator and tests
working-directory: ${{ env.WORKING_DIRECTORY }}
run: yarn test-e2e-ios
Expand Down

0 comments on commit c1a09cc

Please sign in to comment.