diff --git a/.github/workflows/bobtests.yml b/.github/workflows/bobtests.yml index c45669c45..dc7c64a88 100644 --- a/.github/workflows/bobtests.yml +++ b/.github/workflows/bobtests.yml @@ -94,9 +94,9 @@ 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 @@ -104,7 +104,7 @@ jobs: 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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9864a8030..f9b89dcc4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -111,9 +111,9 @@ 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 @@ -121,7 +121,7 @@ jobs: 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