Skip to content

Commit

Permalink
chore: SQL testing cleanup (#2189)
Browse files Browse the repository at this point in the history
Followup from: #2185.
  • Loading branch information
meltsufin authored Sep 20, 2023
1 parent 1dea22e commit dce3f11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integrationTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
--define maven.javadoc.skip=true \
--define skip.surefire.tests=true \
--define "spring.datasource.password=${DB_PASSWORD}" \
--define "spring.r2dbc.password=${DB_PASSWORD}" \
--define it.${{ matrix.it }}=true \
verify
env:
Expand All @@ -122,6 +123,7 @@ jobs:
--define maven.javadoc.skip=true \
--define skip.surefire.tests=true \
--define "spring.datasource.password=${DB_PASSWORD}" \
--define "spring.r2dbc.password=${DB_PASSWORD}" \
--define it.${{ matrix.it }}=true \
verify
env:
Expand Down
2 changes: 0 additions & 2 deletions spring-cloud-gcp-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@
<gcs-local-directory>/tmp/gcp_integration_tests/integration_storage_sample</gcs-local-directory>
<spring.cloud.gcp.sql.instance-connection-name>spring-cloud-gcp-ci:us-central1:testmysql</spring.cloud.gcp.sql.instance-connection-name>
<spring.cloud.gcp.sql.database-name>code_samples_test_db</spring.cloud.gcp.sql.database-name>
<spring.datasource.password>test</spring.datasource.password>
<spring.r2dbc.password>test</spring.r2dbc.password>
</systemPropertyVariables>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"spring.cloud.gcp.sql.database-name=code_samples_test_db",
"spring.cloud.gcp.sql.instance-connection-name=spring-cloud-gcp-ci:us-central1:testpostgres",
"spring.datasource.username=postgres",
"spring.datasource.password=test",
"spring.datasource.continue-on-error=true",
"spring.sql.init.mode=always"
})
Expand Down

0 comments on commit dce3f11

Please sign in to comment.