Skip to content

Commit

Permalink
include submodules during ci checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 7, 2024
1 parent 85a5449 commit e3fb09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
run: cd v && make && ./v symlink -githubci && cd -

- name: Checkout markdown (for tests)
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: markdown
submodules: true

- name: Run tests
run: cd markdown && v test .

0 comments on commit e3fb09d

Please sign in to comment.