mirror of
https://github.com/versia-pub/server.git
synced 2026-04-28 13:19:16 +02:00
ci: 💚 Checkout with recursive submodules correctly
This commit is contained in:
parent
f87bcbd0da
commit
ade9bd08fa
3 changed files with 8 additions and 4 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -32,6 +32,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue