Skip to content

Commit

Permalink
fetch all in history in the right job
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jun 28, 2020
1 parent 6057874 commit a19f8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: DeLaGuardo/[email protected]
with:
Expand Down Expand Up @@ -131,6 +129,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: DeLaGuardo/[email protected]
with:
Expand Down

0 comments on commit a19f8e0

Please sign in to comment.