chore: unrestrict clone depth in test workflow

This commit is contained in:
Zack Schuster 2020-05-26 08:24:30 -07:00
parent b7f234fdfa
commit 58dca3fd4c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
fetch-depth: 0
- name: node
uses: actions/setup-node@v1