Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwithoos authored Aug 30, 2022
1 parent 6d7ec95 commit e20af8c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ Envs are set to be Github Actions friendly
`docker run -it -v "$(pwd)"/tests:/tests -e INPUT_KUSTOMIZE_VER='4.5.7' -e INPUT_TARGET_DIR=/tests/overlays/pass-test $(docker build -q .)`

### Run a sample FAIL test
`docker run -it -v "$(pwd)"/tests:/tests -e INPUT_KUSTOMIZE_VER='4.5.7' -e INPUT_TARGET_DIR=/tests/overlays/fail-test $(docker build -q .)`
`docker run -it -v "$(pwd)"/tests:/tests -e INPUT_KUSTOMIZE_VER='4.5.7' -e INPUT_TARGET_DIR=/tests/overlays/fail-test $(docker build -q .)`

## TODO
Please feel welcome to open a PR for anything - with a priority on:

* I could use some help "testing" a failure and having it return successful if it fails (see my workflow)
* General review for best practice

0 comments on commit e20af8c

Please sign in to comment.