Install gems:
- gem install rake
- gem install jekyll
Install [PhantomJS] (http://phantomjs.org/)
Install JDK and Maven.
jekyll serve
Run all tests:
rake test
Run unit tests only:
rake test:unit
Run acceptance tests only:
rake test:acceptance
Run acceptance tests against remote deployment:
rake test:acceptance REMOTE=true (will use CNAME hostname) or rake test:acceptance SITE_URL={http url}
This repository is configured to use Github Pages. The source for the build and deployment is the master
branch. Once a pull request is merged, the default pages build and deployment workflow is started which builds and deploys the static site using jekyll.
If the workflow is not starting after merging changes, make sure to verify a runner is set up for the repository. The reposiry is currently using a Github-hosted runner: Standard GitHub-hosted runners