move Cloud Run tests to universe/stdlib env

Signed-off-by: Tihomir Jovicic <tihomir.jovicic.develop@gmail.com>
This commit is contained in:
Tihomir Jovicic
2021-06-21 11:26:54 +02:00
parent 6e363f86dd
commit a78a678db3
5 changed files with 55 additions and 3 deletions

View File

@@ -60,3 +60,7 @@ setup() {
@test "google cloud: gke" {
dagger -e google-gke up
}
@test "google cloud: cloudrun" {
dagger -e google-cloudrun up
}