Skip to content

Commit

Permalink
use IT command from Google
Browse files Browse the repository at this point in the history
  • Loading branch information
nasir19noor committed Jan 15, 2025
1 parent 3c8b375 commit a1dcae7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/java-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,14 @@ jobs:
id: setup-env
uses: ./.github/actions/setup-env
- name: Run Integration Tests
run: |
./cicd/run-it-tests \
--modules-to-build="v2/spanner-to-sourcedb" \
--it-region="asia-south1" \
--it-project="daring-fiber-439305-v4" \
--it-artifact-bucket="ollion-teleport-testing" \
--it-private-connectivity="datastream-private-connect-asia-south1"
run: mvn clean verify -PtemplatesIntegrationTests -pl v2/spanner-to-sourcedb -am -Dtest=SpannerToSourceDbCustomTransformationIT -Dcheckstyle.skip -Dspotless.check.skip=true -DartifactBucket="smt-df-templates-test" -Dproject="span-cloud-migrations-testing" -Dregion=us-central1 -DspannerInstanceId="test-instance"
# |
# ./cicd/run-it-tests \
# --modules-to-build="v2/spanner-to-sourcedb" \
# --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 a1dcae7

Please sign in to comment.