Fix steps to run individual integration test
This commit is contained in:
parent
b5c3d95d8e
commit
727567cb33
|
|
@ -83,7 +83,7 @@ If you want to run `make integration-test`, you must override the project using
|
||||||
You can also run tests with `go test`, for example to run tests individually:
|
You can also run tests with `go test`, for example to run tests individually:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go test -v --bucket $GCS_BUCKET --repo $IMAGE_REPO -run TestLayers/test_layer_Dockerfile_test_copy_bucket
|
go test ./integration -v --bucket $GCS_BUCKET --repo $IMAGE_REPO -run TestLayers/test_layer_Dockerfile_test_copy_bucket
|
||||||
```
|
```
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
@ -131,4 +131,4 @@ When you have changes you would like to propose to kaniko, you will need to:
|
||||||
|
|
||||||
Each PR must be reviewed by a maintainer. This maintainer will add the `kokoro:run` label
|
Each PR must be reviewed by a maintainer. This maintainer will add the `kokoro:run` label
|
||||||
to a PR to kick of [the integration tests](#integration-tests), which must pass for the PR
|
to a PR to kick of [the integration tests](#integration-tests), which must pass for the PR
|
||||||
to be submitted.
|
to be submitted.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue