Skip to content

Commit 61a779c

Browse files
committed
chore: try fetching all history in canary job
1 parent d6e273d commit 61a779c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ jobs:
147147
if: github.ref == 'refs/heads/master'
148148
steps:
149149
- uses: actions/checkout@v2
150+
with:
151+
fetch-depth: 0 # fetch all history for this job, because lerna needs it
152+
- run: |
153+
git status
154+
git log -n 2
155+
150156
- name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }}
151157
uses: actions/setup-node@v1
152158
with:

0 commit comments

Comments
 (0)