Skip to content

Commit

Permalink
Remove error check
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed May 17, 2024
1 parent bc17741 commit 2c0a37f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/on_device_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ runs:
run: |
set -eux
gsutil -d cp "${GCS_RESULTS_PATH}" results.zip
if [[ $? -ne 0 ]]; then
warn="Unable to download results from ${GCS_RESULTS_PATH}"
echo "::warning title=No unit test results::$warn"
exit 0
fi
mkdir -p unit-test-results/${{ matrix.platform }}/${{ matrix.shard }}/
unzip results.zip -d unit-test-results/${{ matrix.platform }}/${{ matrix.shard }}/
shell: bash
Expand Down

0 comments on commit 2c0a37f

Please sign in to comment.