Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 323656c

Browse files
authored
Merge pull request #129 from laverya/improve-integration-test-docs
fix integration test readme formatting
2 parents ad516c1 + af361b7 commit 323656c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#Running the integration tests (from the parent directory)
1+
## Running the integration tests (from the parent directory)
22

33
```shell
44
make integration-test
55
```
66

7-
#Running the integration tests (from a docker image)
7+
## Running the integration tests (from a docker image)
88

99
The integration test docker image can be built with
1010

@@ -18,7 +18,7 @@ The resulting image can be run with
1818
docker run -it -v /var/run/docker.sock:/var/run/docker.sock replicated/ship-e2e-test:latest
1919
```
2020

21-
#Adding a new integration test
21+
## Adding a new integration test
2222

2323
Each integration test is a folder containing a yaml file with the
2424
desired customer ID/installation ID/release semver, a folder 'input' containing

0 commit comments

Comments
 (0)