Skip to content

Commit

Permalink
modify project, bucket in IT
Browse files Browse the repository at this point in the history
  • Loading branch information
nasir19noor committed Jan 14, 2025
1 parent 8ec0f2a commit 09dd1e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/java-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ jobs:
run: |
./cicd/run-it-tests \
--modules-to-build="v2/spanner-to-sourcedb" \
--it-region="us-central1" \
--it-project="cloud-teleport-testing" \
--it-artifact-bucket="cloud-teleport-testing-it-gitactions" \
--it-private-connectivity="datastream-private-connect-us-central1"
--it-region="asia-south1" \
--it-project="daring-fiber-439305-v4" \
--it-artifact-bucket="ollion-teleport-testing" \
--it-private-connectivity="datastream-private-connect-asia-south1"
- name: Upload Integration Tests Report
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
if: always() # always run even if the previous step fails
Expand Down

0 comments on commit 09dd1e1

Please sign in to comment.