We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98845f commit 81bec79Copy full SHA for 81bec79
2 files changed
.github/workflows/_astra-integration-tests.yml
@@ -27,5 +27,5 @@ jobs:
27
28
- name: Run integration tests
29
env:
30
- ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
31
- run: mvn clean verify -pl astra-db-java -Pastra-prod
+ ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN_DEV }}
+ run: mvn clean verify -pl astra-db-java -Pastra-dev
.github/workflows/_hcd-integration-tests.yml
@@ -3,10 +3,10 @@ name: Run integration tests against HCD
3
on:
4
workflow_call:
5
workflow_dispatch:
6
- pull_request: # temporary until it's merged
7
- branches: [ KG-ci-additions ]
8
- push:
9
+# pull_request: # temporary until it's merged
+# branches: [ KG-ci-additions ]
+# push:
10
11
permissions:
12
id-token: write
0 commit comments