Skip to content

Commit

Permalink
Move log cat to before unzipping
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Sep 18, 2024
1 parent de70a87 commit a642be4
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 @@ -119,12 +119,12 @@ runs:
i=$(( ${i} + 1 ))
done
cat ${COBALT_ERROR_LOG}
# Extract unit test result xmls.
mkdir -p ${UNIT_TEST_RESULTS}/
unzip ${COBALT_XMLS_FILENAME} -d ${UNIT_TEST_RESULTS}/
cat ${COBALT_ERROR_LOG}
# Forward path to result xmls to next step.
echo "UNIT_TEST_RESULTS=${UNIT_TEST_RESULTS}" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit a642be4

Please sign in to comment.