Skip to content

Commit

Permalink
fix local path
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Jul 12, 2024
1 parent fb2c0cb commit c4828f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
npm run build
echo ${{ github.workspace }}
appium driver install uiautomator2
appium driver install --source=local ${{ github.workspace }}/appium-flutter-integration-driver
appium driver install --source=local ${{ github.workspace }}
appium driver list
mkdir ${{ github.workspace }}/appium-logs
adb logcat > ${{ github.workspace }}/appium-logs/flutter.txt &
Expand Down

0 comments on commit c4828f7

Please sign in to comment.