Skip to content

Commit b27c073

Browse files
committed
aaaa
1 parent 495c98c commit b27c073

3 files changed

Lines changed: 4 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>

0 commit comments

Comments
 (0)