Skip to content

Commit

Permalink
Move artifact folders to github.workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Sep 20, 2024
1 parent 2d6555b commit 0417141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/on_device_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ runs:
if: always() && env.TEST_TYPE == 'unit_test'
env:
COBALT_XMLS_FILENAME: cobalt_xmls.zip
UNIT_TEST_RESULT_PATH: unit-test-results
UNIT_TEST_RESULT_PATH: ${{ github.workspace }}/unit-test-results
COBALT_LOGS_DIR: ${{ github.workspace }}/cobalt_logs
run: |
set -uxe
i=0
Expand Down Expand Up @@ -126,7 +127,6 @@ runs:
cat ${COBALT_ERROR_LOG}
# Rename log files for archiving to not expose legacy weirdness.
COBALT_LOGS_DIR="cobalt_logs"
mkdir -p "${COBALT_LOGS_DIR}/${{ matrix.platform }}/"
mv "${COBALT_ERROR_LOG} "${COBALT_LOGS_DIR}/${{ matrix.platform }}/stderr_${{ matrix.shard }}.log"
mv "${COBALT_INFO_LOG}" "${COBALT_LOGS_DIR}/${{ matrix.platform }}/stdout_${{ matrix.shard }}.log"
Expand Down

0 comments on commit 0417141

Please sign in to comment.