summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-10-11 10:03:34 +0200
committervarac <varacanero@zeromail.org>2016-10-11 10:03:34 +0200
commit0d459668f0f1aad4eade26217843a781818bdaf4 (patch)
tree0969fbeb42765978d95c330c7563073a8c4fda95 /README.md
parentd2defb63bba82eb3e6d3cc8885826d8b5a82ed0e (diff)
Add instructions for running tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb1d0515..4a045cdd 100644
--- a/README.md
+++ b/README.md
@@ -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,