Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
ci(e2e): do not download report
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Feb 12, 2021
1 parent 5bc668b commit 7928db7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,14 +334,6 @@ jobs:
aws iot delete-certificate --certificate-id $CERT_ID
aws iot delete-thing --thing-name ${{ env.JOB_ID }}
- run: |
if [[ -s report.json ]]; then
echo "report.json exists, skipping download"
else
wget ${{ steps.schedule.outputs.reportUrl }} -O report.json || true
fi
if: steps.schedule.outputs.reportUrl != ''
- uses: actions/upload-artifact@v2
with:
name: end-to-end-test
Expand Down

0 comments on commit 7928db7

Please sign in to comment.