Skip to content

Commit 2c69ecd

Browse files
committed
fix: full-depth checkout to make tests work
1 parent f3db5f7 commit 2c69ecd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-and-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v3
14+
with:
15+
fetch-depth: 0
1416
- name: Use Node.js ${{ matrix.node }}
1517
uses: actions/[email protected]
1618
with:

0 commit comments

Comments
 (0)