File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments