Skip to content

Commit

Permalink
[CI] Update script path
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jul 26, 2022
1 parent 829b06d commit 3ba13cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
adb logcat > testResults/logcat.txt &
adb install app-debug.apk
adb shell am start -W $applicationId/$applicationId.MainActivity
./adbPullAs.py $applicationId /data/data/$applicationId testResults
./src/adbPullAs/__init__.py $applicationId /data/data/$applicationId testResults
test -f testResults/cache/activityScreenshot.png
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3ba13cd

Please sign in to comment.