Skip to content

Commit

Permalink
do not automatically download lfs files when cloning/checking out (ma…
Browse files Browse the repository at this point in the history
…tomo-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
  • Loading branch information
diosmosis authored Sep 20, 2018
1 parent e5ba290 commit 038dac4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .lfsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[lfs]
fetchexclude = *
4 changes: 4 additions & 0 deletions tests/README.screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ _Note: the `tests:sync-ui-screenshots` console command can be used to speed up t

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

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):

$ git lfs pull --exclude=

You can test the UI by running the following command in the root piwik directory:

$ ./console tests:run-ui
Expand Down
2 changes: 1 addition & 1 deletion tests/travis

0 comments on commit 038dac4

Please sign in to comment.