Skip to content

Commit

Permalink
chore: add spring-cloud-gcp-core tests to native ci. (#2317)
Browse files Browse the repository at this point in the history
Adding 2 tests from core module to native ci. 
`spring-cloud-gcp-core` is also tested via module sample tests.
  • Loading branch information
zhumin8 authored Nov 7, 2023
1 parent 921965d commit 20e88bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/NativeTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
fail-fast: false
matrix:
it:
- core
- vision
- storage
- secretmanager
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
<module>spring-cloud-gcp-secretmanager</module>
<module>spring-cloud-gcp-kms</module>
<module>spring-cloud-gcp-data-datastore</module>
<module>spring-cloud-gcp-core</module>
</modules>

<dependencies>
Expand All @@ -380,6 +381,7 @@
<includes>
<!--including all integration tests for testing purposes. -->
<include>${integration-test.pattern}</include>
<include>com.google.cloud.spring.core.**Tests</include>
</includes>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<systemPropertyVariables>
Expand Down

0 comments on commit 20e88bf

Please sign in to comment.