Skip to content
Snippets Groups Projects
Commit 16585472 authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Yaroslav Lobankov
Browse files

ci: add recursive checkout to jepsen workflows

Fixes tarantool/tarantool-qa#282

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent 3c0b800a
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Install deps
uses: ./.github/actions/install-deps-jepsen
- name: long_test
......
......@@ -17,6 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Install deps
uses: ./.github/actions/install-deps-jepsen
- name: long_test
......
......@@ -22,6 +22,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Install deps
uses: ./.github/actions/install-deps-jepsen
- name: long_test
......
......@@ -22,6 +22,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Install deps
uses: ./.github/actions/install-deps-jepsen
- name: long_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment