Run existing Kokoro tests on GitHub Actions.

pull/13171/head
Joshua Haberman 4 years ago
parent ae68cc5673
commit b972fa0a39
  1. 4
      .github/workflows/build.yml

@ -27,6 +27,8 @@ jobs:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
- name: Use gcloud CLI
run: gcloud info
- name: Run tests
run: kokoro/ubuntu/build.sh

Loading…
Cancel
Save