setup-gcloud/deploy-cloudrun/tests/unit/service.basic.yaml
Averi Kitsch a244a889d6
Cloud Run Action (#117)
* Cloud Run Action Drafted

* Cloud Run action

* refactor

* rename

* Add metadata and tests

* Update Readme and required fields

* Update e2e tests

* Update tests

* Add log messages

* fix typo in obj field

* Update YAML

* Update Env Var names

* Update workflow tests

* Update tests

* Update testing

* Update tests

* Update workflow

* Update workflow dir

* fix typo

* test output

* Update integration tests

* add workdir

* set up auth for service request

* Add check for empty array

* Wait for URL

* fix test

* Update for PR comments
2020-07-30 12:59:17 -07:00

9 lines
166 B
YAML

apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: test-basic-yaml
spec:
template:
spec:
containers:
- image: gcr.io/cloudrun/hello