Skip to content

Commit 6858ebf

Browse files
committed
Add checkout step
1 parent ff861f6 commit 6858ebf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/memory.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
name: Report memory usage
1919
runs-on: ubuntu-latest
2020
steps:
21+
- name: Checkout
22+
uses: actions/checkout@v3
23+
with:
24+
submodules: recursive
2125
- name: Generate memory usage report (current branch)
2226
uses: ./.github/actions/memory-report.yml
2327
with:

0 commit comments

Comments
 (0)