Skip to content

Commit 038dac4

Browse files
authored
do not automatically download lfs files when cloning/checking out (matomo-org#13449)
* do not automatically download lfs files when cloning/checking out * Tweak screenshots readme. * Add lfs pull command. * Update submodule. * Regenerate .travis.yml. * Must use --exclude= in fetch/pull command. * Update submodule to merged master
1 parent e5ba290 commit 038dac4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.lfsconfig

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[lfs]
2+
fetchexclude = *

tests/README.screenshots.md

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ _Note: the `tests:sync-ui-screenshots` console command can be used to speed up t
4545

4646
## <a name="run-tests"></a>Running Tests
4747

48+
Before running tests you'll want to pull the screenshots in lfs (the `--exclude=` since by default LFS files are excluded from being fetched in .lfsconfig to keep bandwidth usage down):
49+
50+
$ git lfs pull --exclude=
51+
4852
You can test the UI by running the following command in the root piwik directory:
4953

5054
$ ./console tests:run-ui

0 commit comments

Comments
 (0)