Skip to content

Commit 0477f5a

Browse files
committed
fix(ci): allow moon to access the full git tree
1 parent bc232dd commit 0477f5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: "ubuntu-latest"
1010
steps:
1111
- uses: "actions/checkout@v3"
12+
with:
13+
fetch-depth: 0
1214
- run: sudo apt-get install -y valgrind
1315
- uses: pnpm/[email protected]
1416
with:
@@ -24,6 +26,8 @@ jobs:
2426
runs-on: "ubuntu-latest"
2527
steps:
2628
- uses: "actions/checkout@v3"
29+
with:
30+
fetch-depth: 0
2731
- run: sudo apt-get install -y valgrind
2832
- uses: pnpm/[email protected]
2933
with:

0 commit comments

Comments
 (0)