Skip to content

Commit

Permalink
use correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Apr 17, 2024
1 parent 1e4c382 commit 0c229d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bobtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@ jobs:
cd android-refimpl-app ; ./gradlew app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.zoffcc.applications.trifa.JavaFriendTester || echo "NOERR"
pwd
adb pull /sdcard/googletest/test_outputfiles .
ls -al test_outputfiles/
ls -al /Users/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/
echo "---------------"
ls -al test_outputfiles/*.png
ls -al /Users/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/*.png
- name: upload screenshots
uses: actions/upload-artifact@v4
with:
name: macscreen
path: |
/Users/runner/screen*.png
/Users/runner/test_outputfiles/*.png
/Users/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/*.png
- name: upload logcat output
continue-on-error: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,17 @@ jobs:
cd android-refimpl-app ; ./gradlew app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.zoffcc.applications.trifa.StartMainActivityWrapperTest || echo "NOERR"
pwd
adb pull /sdcard/googletest/test_outputfiles .
ls -al test_outputfiles/
ls -al /Users/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/
echo "---------------"
ls -al test_outputfiles/*.png
ls -al /Users/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/*.png
- name: upload screenshots
uses: actions/upload-artifact@v4
with:
name: macscreen
path: |
/Users/runner/screen*.png
/Users/runner/test_outputfiles/*.png
/Users/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/*.png
- name: upload logcat output
continue-on-error: true
Expand Down

0 comments on commit 0c229d5

Please sign in to comment.