Skip to content

Commit 6953e6b

Browse files
committed
test(*): Run basic deployment test
1 parent 6156e05 commit 6953e6b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,10 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- uses: actions/checkout@v1
74-
- uses: google-github-actions/auth@v0
74+
- uses: google-github-actions/auth@v2
7575
with:
7676
credentials_json: "${{ secrets.CF3_INTEGRATION_TEST_GOOGLE_CREDENTIALS }}"
7777
create_credentials_file: true
78-
- name: "Setup Google Cloud SDK"
79-
uses: google-github-actions/setup-gcloud@v0
80-
with:
81-
version: "latest"
8278
- name: "Run Cloud Build Integration Tests"
8379
run: |
8480
cd integration_test

0 commit comments

Comments
 (0)