Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 6f06415

Browse files
committed
chore: do not use shaloow clone in qa stage
1 parent e42dc4a commit 6f06415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
steps:
5454
- name: Checkout
5555
uses: actions/checkout@v2
56+
with:
57+
fetch-depth: 0
5658
- name: Download test results
5759
uses: actions/download-artifact@v2
5860
with:

0 commit comments

Comments
 (0)