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 2ede0b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ 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 .
run: v test .

0 comments on commit 2ede0b7

Please sign in to comment.