Skip to content

Commit fa51001

Browse files
committed
ci: checkout code in vm test
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 91893df commit fa51001

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-nix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,10 @@ jobs:
7474
# https://app.cachix.org/cache/qownnotes-devenv
7575
name: qownnotes-devenv
7676

77+
- name: 🧰 Checkout code
78+
uses: actions/checkout@v5
79+
with:
80+
submodules: recursive
81+
7782
- name: "🧪 Run QOwnNotes integration test"
7883
run: nix build .?submodules=1#checks.x86_64-linux.qownnotes -L --no-link

0 commit comments

Comments
 (0)