Skip to content
Snippets Groups Projects
Commit 649f36e4 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] ci: dump folder must be cleaned and created

parent af7a3d71
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ test:
- yarn test
# Clean the dump directory before testing
- rm -rf /tmp/duniter_ci_dump/
- mkdir -p /tmp/duniter_ci_dump/
- bash .gitlab/test/check_indexes.sh /tmp/duniter_ci_dump/
# Code coverage
- cp -R coverage /tmp/coverage
......
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