diff options
| author | varac <varacanero@zeromail.org> | 2016-10-11 10:03:34 +0200 |
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2016-10-11 10:03:34 +0200 |
| commit | 0d459668f0f1aad4eade26217843a781818bdaf4 (patch) | |
| tree | 0969fbeb42765978d95c330c7563073a8c4fda95 | |
| parent | d2defb63bba82eb3e6d3cc8885826d8b5a82ed0e (diff) | |
Add instructions for running tests
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -80,6 +80,20 @@ Deploying Contributing ================================ +Run rake tests +-------------- + + cd tests/platform-ci + ./setup.sh + bundle exec rake lint + bundle exec rake syntax + bundle exec rake validate + bundle exec rake templates + bundle exec rake catalog + +Merge requests +-------------- + In order to validate the syntax and style guide compliance before you commit, see https://github.com/pixelated-project/puppet-git-hooks#installation Please fork https://0xacab.org/leap/platform to open a merge request, |
