From dffb24edd92d6e475dcb44774a73283749996115 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Thu, 10 Oct 2024 14:01:36 -0400 Subject: [PATCH] Add google-cloud-cli to tested features --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a73003e..b6e86e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,7 @@ jobs: matrix: features: - actionlint + - google-cloud-cli - postgresql-client - shellcheck baseImage: @@ -31,6 +32,7 @@ jobs: matrix: features: - actionlint + - google-cloud-cli - postgresql-client - shellcheck continue-on-error: true