Skip to content

Commit

Permalink
Fix iceberg unit tests (#31314)
Browse files Browse the repository at this point in the history
* setup GCP auth before running tests
  • Loading branch information
ahmedabu98 authored May 16, 2024
1 parent 084f23b commit 743e34e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/trigger_files/IO_Iceberg_Unit_Tests.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 2
}
4 changes: 2 additions & 2 deletions .github/workflows/IO_Iceberg_Unit_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
- name: Setup environment
uses: ./.github/actions/setup-environment-action
- name: hello
id: Authenticate on GCP
- name: Authenticate on GCP
id: auth
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
Expand Down

0 comments on commit 743e34e

Please sign in to comment.