Skip to content

Commit

Permalink
setup GCP auth before running tests (#31306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 authored May 15, 2024
1 parent 2196758 commit 6cb30cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/IO_Iceberg_Unit_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
- name: Setup environment
uses: ./.github/actions/setup-environment-action
- name: hello
id: Authenticate on GCP
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: run IcebergIO build script
uses: ./.github/actions/gradle-command-self-hosted-action
with:
Expand Down

0 comments on commit 6cb30cc

Please sign in to comment.