Skip to content

Commit

Permalink
Remove non working "run"
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jun 14, 2020
1 parent 4a84829 commit 2e6075c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-zeit-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_CI_PR_COMMENT }}
issue-number: ${{ steps.pr_id_finder.outputs.number }}
run: |
echo toJSON(steps.lighthouseCheck.outputs)
# Report provided by steps.lighthouseCheck.outputs.lighthouseCheckResults is a string and need to be transform into an object.
# Then, using badges with results provided by `data[0].scores.<category>`
# data is an array containing results of every urls tested. Thankfully, we only test one url so we don't care about the index.
Expand Down

0 comments on commit 2e6075c

Please sign in to comment.