Skip to content

Commit

Permalink
Revert "ci(test): try not cloning repo for uploading coverage"
Browse files Browse the repository at this point in the history
This reverts commit 7b4be5a.
  • Loading branch information
favna committed Jun 1, 2020
1 parent d2c7eee commit dc97063
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Download Coverage report
uses: actions/download-artifact@v2-preview
with:
Expand All @@ -60,6 +62,8 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Download Coverage report
uses: actions/download-artifact@v2-preview
with:
Expand Down

1 comment on commit dc97063

@vercel
Copy link

@vercel vercel bot commented on dc97063 Jun 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.