Skip to content

Commit aaa934a

Browse files
committed
aaaa
1 parent 495c98c commit aaa934a

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/_astra-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727

2828
- name: Run integration tests
2929
env:
30-
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
31-
run: mvn clean verify -pl astra-db-java -Pastra-prod
30+
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN_DEV }}
31+
run: mvn clean verify -pl astra-db-java -am -Pastra-dev -Dgpg.skip

.github/workflows/_hcd-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
working-directory: ${{ github.workspace }}/astra-db-java/src/test/resources
4040

4141
- name: Run integration tests
42-
run: mvn clean verify -pl astra-db-java -Plocal
42+
run: mvn clean verify -pl astra-db-java -am -Plocal -Dgpg.skip

astra-db-java-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.datastax.astra</groupId>
99
<artifactId>astra-db-java-parent</artifactId>
10-
<version>2.1.8-SNAPSHOT</version>
10+
<version>2.2.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<properties>

astra-db-java/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@
152152
<ASTRA_DB_JAVA_TEST_ENV>${test.environment}</ASTRA_DB_JAVA_TEST_ENV>
153153
<ASTRA_CLOUD_PROVIDER>${astra.cloud.provider}</ASTRA_CLOUD_PROVIDER>
154154
<ASTRA_CLOUD_REGION>${astra.cloud.region}</ASTRA_CLOUD_REGION>
155+
<test.vectorize>${test.vectorize}</test.vectorize>
156+
<test.reranking>${test.reranking}</test.reranking>
157+
<test.keyspace>${test.keyspace}</test.keyspace>
155158
</systemPropertyVariables>
156159
</configuration>
157160
</plugin>

0 commit comments

Comments
 (0)