We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e273d commit 61a779cCopy full SHA for 61a779c
.github/workflows/ci.yml
@@ -147,6 +147,12 @@ jobs:
147
if: github.ref == 'refs/heads/master'
148
steps:
149
- 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
+
156
- name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }}
157
uses: actions/setup-node@v1
158
with:
0 commit comments