Skip to content
Snippets Groups Projects
Commit 3c0b800a authored by Nick Volynkin's avatar Nick Volynkin Committed by Yaroslav Lobankov
Browse files

ci: recursive checkout in coverity action

Fixes tarantool/tarantool-qa#281

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent 847e5e0c
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- uses: ./.github/actions/environment
- name: test
run: make -f .test.mk test-coverity
......
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