CI: GIT_STRATEGY: fetch

Seems to avoid fetching all the branches which was preventing shallow cloning from being actually useful.
This commit is contained in:
Haelwenn (lanodan) Monnier 2024-08-15 01:39:03 +02:00
parent ccf476a4c8
commit b0e3a86316
No known key found for this signature in database
2 changed files with 1 additions and 0 deletions

View file

@ -9,6 +9,7 @@ variables: &global_variables
DB_HOST: postgres
DB_PORT: "5432"
MIX_ENV: test
GIT_STRATEGY: fetch
workflow:
rules:

View file