github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v1/content/en/samples/testers/custom/customTest.yaml (about) 1 test: 2 - image: custom-test-example 3 custom: 4 - command: ./test.sh 5 timeoutSeconds: 60 6 dependencies: 7 paths: 8 - "*_test.go" 9 - "test.sh" 10 - command: echo Hello world!! 11 dependencies: 12 command: echo [\"main_test.go\"]