Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hgajjar authored Feb 27, 2025
1 parent a0d10a7 commit cd819e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ https://github.com/inviqa/k8s-project-cluster/blob/0.1.x-dev/docs/cluster-manage

## How to test?
There are two modes of this harness: static (for CI environment) and dynamic (for local environment).
Static mode is a fixed file system, and dynamic uses mutagen to sync file changes with the console and php-fpm containers.

You can test both of them using below command:
```sh
.ci/test static
.ci/test dynamic
```
It will create a new directory at `.ci/tmp-test` that will compile the harness and find any twig compilation errors.
It will create a new directory at `.ci/tmp-test` that will compile the harness and find any twig compilation errors.

0 comments on commit cd819e8

Please sign in to comment.